Npm install scripts are a powerful tool for developers who want to automate tasks related to installing and configuring their packages. They can be...
Packages published on npm can declare pre and post-install hooks, which are scripts that run, well, pre or post-install. That is to say, when the npm...
More than half of all new packages that are currently (29 Mar 2023) being submitted to npm are SEO spam. That is - empty packages, with just a single...
It's been almost two years since Dan Abramov wrote his controversial article on how npm audit is broken by design: It makes experienced app...
Eleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even Faster Web Sites.” It’s 10 to 20 times faster than...