Comparing version 1.7.2 to 1.7.3
@@ -97,3 +97,5 @@ /* | ||
console.log(chalk.cyan(filePath) + ' modified.'); | ||
if (process.env.NODE_ENV !== 'test') { | ||
console.log(chalk.cyan(filePath) + ' modified.'); | ||
} | ||
} | ||
@@ -100,0 +102,0 @@ }; |
{ | ||
"name": "wiredep", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"main": "./wiredep.js", | ||
@@ -34,3 +34,3 @@ "bin": { | ||
"scripts": { | ||
"test": "jshint lib/*.js test/*.js && mocha" | ||
"test": "./node_modules/.bin/jshint lib/*.js test/*.js && NODE_ENV=test ./node_modules/.bin/mocha -R spec" | ||
}, | ||
@@ -37,0 +37,0 @@ "dependencies": { |
@@ -150,3 +150,3 @@ /* | ||
('dev-dependencies', opts.devDependencies) | ||
('exclude', opts.exclude) | ||
('exclude', Array.isArray(opts.exclude) ? opts.exclude : [ opts.exclude ]) | ||
('file-types', mergeFileTypesWithDefaults(opts.fileTypes)) | ||
@@ -153,0 +153,0 @@ ('global-dependencies', helpers.createStore()) |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
32773
733
6