
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@nevware21/publish-npm
Advanced tools
Simple tools for automating the publishing of packages to npm.
Install the npm packare: npm install @nevware21/publish-npm --save-dev
It is suggested / recommended that you use the following definition in your
package.jsonso that you are compatible with any future releases as they become available we do not intend to make ANY known breaking changes moving forward until v2.x"@nevware21/publish-npm": ">= 0.1.4 < 2.x"
Create a configuration file with your group settings, where the
default identifies the default group when no group is passed on the command linegroup identifies the path to the repo where the package.json will be loaded to obtain the name// ------------------------------
// NPM Publish group definitions
// ------------------------------
{
"repoRoot": "../../..",
"default": "all",
"groups": {
"all": [
"./lib/pre-proc",
"./lib/coverage-tools",
"./lib/publish-npm"
],
"preProc": [
"./lib/pre-proc"
],
"mergeCoverage": [
"./lib/coverage-tools"
],
"npmPublish": [
"./lib/publish-npm"
]
}
}
And then just used the helper in your package.json
{
"scripts": {
"publish-npm": "publish-npm groupName"
}
}
FAQs
Tools to automate the publishing packages to npm.
The npm package @nevware21/publish-npm receives a total of 186 weekly downloads. As such, @nevware21/publish-npm popularity was classified as not popular.
We found that @nevware21/publish-npm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.