New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npmvi

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npmvi - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

bin.js

@@ -201,3 +201,4 @@ #!/usr/bin/env node

var indexFilePath = PATH_MODULE.resolve(moduleAndVer, './index.js');
FS_MODULE.copyFileSync('./tmp.index.js', indexFilePath);
var tmpIndexPath = PATH_MODULE.resolve(__dirname, './tmp.index.js');
FS_MODULE.copyFileSync(tmpIndexPath, indexFilePath);
return moduleAndVer;

@@ -204,0 +205,0 @@ }

{
"name": "npmvi",
"version": "0.0.2",
"version": "0.0.3",
"description": "\"Node.JS Package Multiple Version Installer\" A command tool, which allows you to install multiple versions for the same package in a project.",

@@ -5,0 +5,0 @@ "dependencies": {},

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc