home.social

#nodemodules — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nodemodules, aggregated by home.social.

  1. 🚀🧙‍♂️ Behold, the wizardry of Node module hooks! Immaculata claims to have concocted a magic potion for fast development, yet it's really just a concoction of #buzzwords and orthogonal blah-blah. Brace yourself for a ride into the land where JSX is yanked from React, because who needs simplicity when you can have chaos? 🙃✨
    immaculata.dev/blog/hacking-no #NodeModules #Chaos #FastDevelopment #ReactJSX #HackerNews #ngated

  2. A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

    • npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: npmjs.com/package/npm-check-up

    knip.dev/explanations/comparis (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

    ¹ Kitten (codeberg.org/kitten/app) uses Node.js as its runtime.

    #NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

  3. A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

    • npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: npmjs.com/package/npm-check-up

    knip.dev/explanations/comparis (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

    ¹ Kitten (codeberg.org/kitten/app) uses Node.js as its runtime.

    #NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

  4. A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

    • npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: npmjs.com/package/npm-check-up

    knip.dev/explanations/comparis (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

    ¹ Kitten (codeberg.org/kitten/app) uses Node.js as its runtime.

    #NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

  5. A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

    • npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: npmjs.com/package/npm-check-up

    knip.dev/explanations/comparis (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

    ¹ Kitten (codeberg.org/kitten/app) uses Node.js as its runtime.

    #NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

  6. A couple of useful tools for the #NodeJS¹ folks out there working on longer-term projects:

    • npm-check-updates (ncu) is a tool that will help you keep your dependencies updated: npmjs.com/package/npm-check-up

    knip.dev/explanations/comparis (successor to unimported, now that’s deprecated) will help you find unused files and dependencies.

    ¹ Kitten (codeberg.org/kitten/app) uses Node.js as its runtime.

    #NodeJS #ncu #npmCheckUpdates #knip #unimported #packageManagement #npm #node #modules #nodeModules

  7. Released a new major version of my npm engine range validator – now also supports peerDependency range validation and supports running on workspaces.

    To ensure you don’t promise more than your dependencies can deliver, start using “installed-check” 9.0.0 now: github.com/voxpelli/node-insta

    #npmRelease #linting #npm #npmWorkspace #peerDependencies #packageJson #nodeModules

  8. Is there a way (or a package) to show the installed versions of npm node modules (npm list) and what is defined in your package.json?

    #packagejson #node #npm #nodemodules