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

amd-config-builder

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amd-config-builder - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/config-builder.js

@@ -140,3 +140,3 @@ var path = require('path'),

transformPaths(json, root, file, dirMap);
_.merge(result, json, function (a, b) {
_.mergeWith(result, json, function (a, b) {
return _.isArray(a) ? b.concat(a) : undefined;

@@ -143,0 +143,0 @@ });

{
"name": "amd-config-builder",
"version": "0.3.1",
"version": "0.3.2",
"description": "Builds amd config for a project from configs of its components",

@@ -28,4 +28,4 @@ "main": "lib/config-builder.js",

"findit2": "^2.2.3",
"lodash": "^2.4.1"
"lodash": "^4.17.21"
}
}
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