npm-install-peers
Advanced tools
Comparing version 1.2.0-rc.1 to 1.2.0-rc.2
@@ -39,3 +39,3 @@ 'use strict'; | ||
peerInstallOptions['no-save'] = true; | ||
peerInstallOptions['--no-save'] = true; | ||
npm.load(peerInstallOptions, function () { | ||
@@ -42,0 +42,0 @@ npm.commands.install(packages); |
{ | ||
"name": "npm-install-peers", | ||
"version": "1.2.0-rc.1", | ||
"version": "1.2.0-rc.2", | ||
"description": "CLI command to install npm peerDependencies", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -33,3 +33,3 @@ const chalk = require('chalk') | ||
peerInstallOptions['no-save'] = true; | ||
peerInstallOptions['--no-save'] = true; | ||
npm.load(peerInstallOptions, function() { | ||
@@ -36,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
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
9081
0