npm-install-peers
Advanced tools
Comparing version 1.1.0 to 1.2.0-rc.1
@@ -5,2 +5,5 @@ # Changelog | ||
## 1.2.0 | ||
- Added support for npm 5 | ||
## 1.1.0 | ||
@@ -7,0 +10,0 @@ - Added `peerInstallOptions` which can be used to provide different |
@@ -39,2 +39,3 @@ 'use strict'; | ||
peerInstallOptions['no-save'] = true; | ||
npm.load(peerInstallOptions, function () { | ||
@@ -41,0 +42,0 @@ npm.commands.install(packages); |
{ | ||
"name": "npm-install-peers", | ||
"version": "1.1.0", | ||
"version": "1.2.0-rc.1", | ||
"description": "CLI command to install npm peerDependencies", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -33,2 +33,3 @@ const chalk = require('chalk') | ||
peerInstallOptions['no-save'] = true; | ||
npm.load(peerInstallOptions, function() { | ||
@@ -35,0 +36,0 @@ npm.commands.install(packages) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
9077
119
1
1