Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
npm-only-allow
Specification package manager
can-i-ignore-scripts
A service and cli to analyze your dependencies and check what'll break when you switch from `npm ci` to `npm ci --ignore-scripts`
contaazul-pinst
Enable or disable npm postinstall hook
limit-package-install
## Usage in package.json
npm-preinstall
The module tries to solve [this issue](https://stackoverflow.com/questions/30043872/docker-compose-node-modules-not-present-in-a-volume-after-npm-install-succeeds).
npm-viewscripts
View which npm dependencies in a project are using npm scripts
jsinstallguard
Small security wrapper around the package manager which intercepts any preistall and postinstall scripts.
yarn-only
When used prevents developers from installing using npm
are-scripts-enabled
Test if npm/yarn install scripts are enabled.
pnpm-only
Force pnpm package manager to be used on a project
before-every-install
resolve npm dependencies and examine package metadata _before_ zero-day scripts are downloaded onto your machine