
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nrk-ludo-np
Advanced tools
An improved version of "A better
npm publish
", with sensible default configurations
inspired by, and based on np by Sindre Sorhus
At NRK we use this package to publish several ludo/player related modules.
Could be run without any arguments and still let you
Plus all the added benefits of np
$ npm install nrk-ludo-np --save-dev
"scripts": {
"my-publish": "nrk-ludo-np"
}
To skip cleanup and testing:
"scripts": {
"my-publish": "nrk-ludo-np --yolo"
}
If run on the master branch, nrk-ludo-np
increments the package version using patch
If run first time on branch branch, nrk-ludo-np
increments the package version using prepatch and uses branch as the prepatch id
If run again on branch branch, nrk-ludo-np
increments the package version using prerelease
Publishing package foo from branch bar, makes that published package available using
npm install foo@bar
nrk-ludo-np
is released under MIT License
FAQs
A better `npm publish` with sensible defaults
The npm package nrk-ludo-np receives a total of 1 weekly downloads. As such, nrk-ludo-np popularity was classified as not popular.
We found that nrk-ludo-np 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.