
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.
wordprocessor
Advanced tools
Create & Push Git Tag:
git tag v1.0.0
git push origin --tags
Login to Npm
npm login
userename: r******
password: ***
email: sam***.***.*****@****.com
To Verify if Logged in:
npm whoami
Modify the tag version on package.json as below:
{
"name": "wordprocessor",
"version": "1.0.0",
...
}
Publish the package in npm js
npm publish
Will Give Following output:
npm notice
npm notice 📦 wordprocessor@1.0.0
npm notice === Tarball Contents ===
npm notice 767B package.json
npm notice 2.3kB index.js
npm notice 1.4kB README.md
npm notice 16.8kB test/test.js
npm notice === Tarball Details ===
npm notice name: wordprocessor
npm notice version: 1.0.0
npm notice package size: 4.1 kB
npm notice unpacked size: 21.2 kB
npm notice shasum: 57e02d067884918d114d2ea9a1bdb3cbb19ee3db
npm notice integrity: sha512-BrDfNniAQBnB6[...]B1Lo5b05Pn71Q==
npm notice total files: 4
npm notice
+ wordprocessor@1.0.0
npm test
FAQs
Process the word
We found that wordprocessor 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.