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.1.3 to 0.2.0

4

lib/config-builder.js

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

}
return firstPass.concat(secondPass);
return firstPass.concat(secondPass).reverse();
}

@@ -124,3 +124,3 @@

_.merge(result, json, function (a, b) {
return _.isArray(a) ? a.concat(b) : undefined;
return _.isArray(a) ? b.concat(a) : undefined;
});

@@ -127,0 +127,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "lib/config-builder.js",

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