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 0.5.0 to 0.5.1

9

lib/inject-dependencies.js

@@ -130,5 +130,10 @@ /*

_(config.get('file-types')).each(function (fileTypeConfig, fileType) {
fileTypes[fileType] = fileTypes[fileType] || {};
_.each(fileTypeConfig, function (config, configKey) {
fileTypes[fileType][configKey] =
_.assign(fileTypes[fileType][configKey], config);
if (_.isPlainObject(fileTypes[fileType][configKey])) {
fileTypes[fileType][configKey] =
_.assign(fileTypes[fileType][configKey], config);
} else {
fileTypes[fileType][configKey] = config;
}
});

@@ -135,0 +140,0 @@ });

{
"name": "wiredep",
"main": "./wiredep.js",
"version": "0.5.0",
"version": "0.5.1",
"description": "Wire Bower dependencies to your source code.",

@@ -6,0 +6,0 @@ "repository": "stephenplusplus/wiredep",

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