Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

all-nvm

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-nvm - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

src/find-options.js

7

bin/all-nvm.js

@@ -11,6 +11,7 @@ #!/usr/bin/env node

'example: all-nvm npm i -g manpm'
const packagePath = join(__dirname, '..', 'package.json')
require('simple-bin-help')({
minArguments: 4,
packagePath: join(__dirname, '..', 'package.json'),
packagePath: packagePath,
help: help

@@ -25,1 +26,5 @@ })

allNvm(args)
.catch((err) => {
console.error(err.stack)
process.exit(-1)
})

37

package.json
{
"name": "all-nvm",
"description": "Run any NPM command (including install) in all versions of Node managed by NVM",
"version": "1.1.1",
"main": "index.js",
"version": "1.1.2",
"main": "src/index.js",
"bin": {

@@ -16,8 +16,8 @@ "all-nvm": "bin/all-nvm.js",

"bin",
"index.js",
"src"
"src/*.js",
"!src/*-spec.js"
],
"scripts": {
"pretest": "npm run lint",
"test": "npm run lint",
"test": "rocha src/*-spec.js",
"lint": "standard --verbose *.js bin/*.js src/*.js",

@@ -33,3 +33,3 @@ "commit": "commit-wizard",

"type": "git",
"url": "https://github.com/bahmutov/all-nvm.git"
"url": "git+https://github.com/bahmutov/all-nvm.git"
},

@@ -46,3 +46,6 @@ "keywords": [

],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"author": {
"name": "Gleb Bahmutov",
"email": "gleb.bahmutov@gmail.com"
},
"license": "MIT",

@@ -54,9 +57,10 @@ "bugs": {

"dependencies": {
"bluebird": "3.3.0",
"bluebird": "3.3.1",
"check-more-types": "2.10.0",
"cross-spawn-async": "2.1.8",
"cross-spawn-async": "2.1.9",
"debug": "2.2.0",
"hr": "0.1.3",
"lazy-ass": "1.3.0",
"nvm-api": "bahmutov/node-nvm-api#81e035",
"lazy-ass": "1.4.0",
"nvm-api": "github:bahmutov/node-nvm-api#81e035",
"semver": "5.1.0",
"simple-bin-help": "1.6.0"

@@ -66,5 +70,6 @@ },

"mocha": "2.4.5",
"pre-git": "^3.3.0",
"standard": "^6.0.4",
"semantic-release": "^4.3.5"
"pre-git": "3.4.0",
"rocha": "2.0.0",
"semantic-release": "6.2.0",
"standard": "6.0.7"
},

@@ -86,3 +91,5 @@ "config": {

}
}
},
"readme": "ERROR: No README data found!",
"_id": "all-nvm@0.0.0-semantic-release"
}
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