
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.
"Node.JS Package Multiple Version Installer" A command tool, which allows you to install multiple versions for the same package in a project.
Node.JS Package Multiple Version Installer is a command tool, which allows you to install multiple versions for the same package in a project.
NPMVI is NOT a replacement for NPM
$ npm install -g npmvi
$ cd ~/your_project
$ npmvi install express@3.0.0
$ npmvi install express@4.0.0
It's like the npm install
command but it's used to install multi-version
$ cd ~/your_project
$ npmvi install
var express3NpmviObject = require('@npmvi/express-3.0.0');
var express4NpmviObject = require('@npmvi/express-4.0.0');
express3NpmviObject.index; // the original express3 module entrance
express3NpmviObject.name; // express
express3NpmviObject.version; // 3.0.0
express3NpmviObject.packageJSON; // express3 package.json
express3NpmviObject.isNPMVI; // true
express4NpmviObject.index; // the original express4 module entrance
express4NpmviObject.name; // express
express4NpmviObject.version; // 4.0.0
express4NpmviObject.packageJSON; // express4 package.json
express4NpmviObject.isNPMVI; // true
$ cd ~/your_project
$ npmvi remove express@3.0.0
$ npmvi remove express@4.0.0
FAQs
"Node.JS Package Multiple Version Installer" A command tool, which allows you to install multiple versions for the same package in a project.
The npm package npmvi receives a total of 10 weekly downloads. As such, npmvi popularity was classified as not popular.
We found that npmvi 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.