
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
check-pkg-cli
Advanced tools
$ npm install -g check-pkg-cli
or
$ yarn global add check-pkg-cli
with 1 commands
The quickest way to get started with chceck-pkg is to utilize the executable check-pck to check some key for package.json, as shown below:
Default
$ check-pkg
will return:
scripts:
start:npm publish .
Check Other key in package.jsonn
$ check-pck -K dependencies
or
$ check-pck --key dependencies
If you want to check more, you should do like this:
$ check-pck -K dependencies,name,bugs,scripts
or
check-pck -key dependencies,name,bugs,scripts
Check other directory package.json:
$ check-pck -T ../tmp
or
$ check-pck -target ../tmp
Usage: check-pkg [options] [dir]
Options:
-V, --version output the version number
-K --key <items> the key which you want to check in package.json
-T --target [value] the target package.json
-h, --help output usage information
FAQs
a command whick to show some innfomation in package.json
We found that check-pkg-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.