Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wiredep

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiredep - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

4

lib/inject-dependencies.js

@@ -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())

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc