Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
publish-me-maybe
Advanced tools
Fork of https://github.com/cmanzana/node-publish. Forked due to user inactivity on GitHub.
npm module to automate publishing of npm modules. Useful when you want to publish every time you bump the version in your module as part of your continuos integration setup.
When running publish-me-maybe
in your module:
npm install publish-me-maybe
The most common way of using publish-me-maybe
is to have it as a posttest script in your package.json:
"scripts": {
"test": "tap test/*.js", // tap as an example
"posttest": "publish"
}
which means that on successful test run, it will try to 'npm publish' your module.
Notice that your CI machine needs to be configured with an npm user (http://npmjs.org/doc/adduser.html) that is authorized to publish the package.
The options that you can use are:
publish --on-major --on-minor
will only publish when the local major or minor versions are higher than the remote ones
publish --on-build
will only publish when the local build version is higher than the remote one
publish
will only publish when the local version is higher than the remote one
FAQs
npm auto publishing of your modules
The npm package publish-me-maybe receives a total of 3 weekly downloads. As such, publish-me-maybe popularity was classified as not popular.
We found that publish-me-maybe 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.