
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.
npm-verified
Advanced tools
Verify published packages against their source code.
npx npm-verified <package-name-with-optional-version-to-verify>
Examples:
npx npm-verified npm-verified@latest
npx npm-verified react
download-npm-package.package.json repository field with git clone --branch <version-tag> where <version-tag> is either vX.Y.Z or X.Y.Z (both are attempted). If none of the tags are found, the master branch is cloned.package.json with the requested package name is located.yarn or npm install.npm pack there to prepare the package archive that is supposed to be uploaded to the npm registry.0 if the files are the same, to 1 if the files are different.package.json with the package name must exist in the source code repository.package.json in the published package must contain the link to the source code repository.vX.Y.Z or X.Y.Z, or the master branch must have the published version.git repositories are supported.node, yarn, and npm applications to prepare the package from the source code are obtained from the environment, not from the source code.find command from the environment (should be re-implemented in JavaScript to be fully cross-platform).node, yarn, and npm versions that the repository maintainers use to prepare packages.npm registry and package publishing process.FAQs
Verify published packages against their source code.
We found that npm-verified 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.