Back
Npm
Mentioned in 239 todos by 91 makers.
Mentions over time
Loading...
Sentiment
Loading...
Praised in 5.9% of mentions (site average 9.9%), complaints in 3.8% (average 3.7%).
What makers are doing
Loading...
Often used together with
Do you make Npm?
See everything makers say about it: every mention with praise and complaints, sentiment trends, weekly email digests, and CSV export.
Explore InsightsRecent todos mentioning Npm
newsletter knowledge
#saasmakers
Apple's camera-equipped AirPods are scheduled to launch in late 2027. The device will be released around the same time as the foldable iPhone and a 20th anniversary iPhone model. All three products have reached advanced stages of development. Apple intends the release to be its biggest wave of new products yet.
www.bloomberg.com/news/articl…
The forthcoming npm v12 will no longer execute preinstall/install/postinstall scripts, unless you explicitly allow them. You can get ready now by using npm 11.16.0 which prints warnings about anything v12 would block.
github.blog/changelog/2026-06…
Sindre’s set of curated rules has grown a lot, with almost 100 added or updated in the past few weeks alone. Like enforcing better comments, limiting the depth of nested calls, preferring Temporal over Date, and preferring HTTPS over HTTP in URLs. These rules will seriously challenge (and improve!) your code.
github.com/sindresorhus/eslin…
finalize new "bump all NPM dependencies to latest stable" command in the new
#crisp butler local command running on my MBP to make my life much easier
release
#ogpilot plugins for JS, PHP, and Python:
- www.npmjs.com/package/og-pilo…
- packagist.org/packages/sunerg…
- pypi.org/project/og-pilot/
migrate 50+ open source JS libraries to new NPM publish method since NPM will break classic tokens in November breaking all my CI pipelines
#life
"npm i promptgun" now allows you to add tools as simple inline callbacks, turning your single openai llm call into a real conversation, all type safe
#promptgun
built conversation support into `npm install promptgun`! Call `.createConversation()` on the ai client and you get a dedicated client for a conversation, where each new prompt gets appended to the existing conversation internally, so you can remove conversation management boilerplate!
#promptgun
managed to make a friend interested in promptgun (npm install proptgun). he ununiquely also needed to prompt for json output and would rather stream that output, which made it hard to keep things type safe and to react to the incomplete streamed json, so they had a lot of boiler plate, and he was already using typescript and the openai api so promptgun was perfect for him
#promptgun
Rewrote and released a new version of npm package sveltekit-meta
Much improved and is the best meta/seo package for SvelteKit out there
Found myself needing to build retry logic for every LLM call.
So I deleted a lot of code from my app by building retry logic into Promptgun!
`npm install promptgun`
Just add the attemptsPerCall parameter to your setupAI call.
See www.npmjs.com/package/promptg…
#happenlist