A quick guide on how to set up a GitHub actions workflow to publish a npm package including the provenance badge and section on npmjs.com.
npm
npm major package upgrades with backward patch support
A short checklist for publishing new major versions of your packages in the npm registry including support for patching older versions.
Use CommonJS npm packages in the browser with Browserify
A convenient way to use CommonJS npm packages in client-side JavaScript using Browserify.
human-readable – create user-friendly strings for byte sizes in NodeJS
Lightweight npm-package for creating human-readable strings from bytes (e.g. 17238 → 17.24 kB)
or other sizes.
secure-config – easy and secure NodeJS configuration management
A convenient npm package to handle multi-environment NodeJS configurations with encrypted secrets and HMAC validation. Works with CommonJS and ESM/ECMAScript.