🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

bower-npm-install

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bower-npm-install - npm Package Compare versions

Comparing version

to
0.5.9

@@ -52,2 +52,8 @@ 'use strict';

.end()
.opt()
.name('npm-args')
.title('Pass options specified in ' + C.yellow('npm-args') + ' to ' + C.blueBright('npm install'))
.long('npm-args')
.arr()
.end()
.completable()

@@ -54,0 +60,0 @@ .act(function(opts) {

@@ -89,2 +89,6 @@ 'use strict';

if (options['npm-args']) {
npmArgs = npmArgs.concat(options['npm-args']);
}
Object.keys(list)

@@ -91,0 +95,0 @@ .map(function(key) {

{
"name": "bower-npm-install",
"version": "0.5.8",
"version": "0.5.9",
"homepage": "http://github.com/arikon/bower-npm-install",

@@ -5,0 +5,0 @@ "author": "Sergey Belov <peimei@ya.ru> (http://github.com/arikon)",