Comparing version 1.1.1 to 1.1.2
@@ -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) | ||
}) |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
GitHub dependency
Supply chain riskContains a dependency which resolves to a GitHub URL. Dependencies fetched from GitHub specifiers are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
11587
6
158
9
5
+ Addedsemver@5.1.0
+ Addedbluebird@3.3.1(transitive)
+ Addedcross-spawn-async@2.1.9(transitive)
+ Addedlazy-ass@1.4.0(transitive)
+ Addedsemver@5.1.0(transitive)
- Removedbluebird@3.3.0(transitive)
- Removedcross-spawn-async@2.1.8(transitive)
- Removedlazy-ass@1.3.0(transitive)
- Removedsemver@5.7.2(transitive)
Updatedbluebird@3.3.1
Updatedcross-spawn-async@2.1.9
Updatedlazy-ass@1.4.0