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.2.2 to 0.2.3

3

lib/config-builder.js
var path = require('path'),
url = require('url'),
_ = require('lodash'),
findit = require('findit'),
findit = require('findit2'),
fs = require('fs');

@@ -50,2 +50,3 @@

array[key] = url.resolve(dir, pathValue) || ".";
if (array[key].slice(-1) === "/") array[key] = array[key].slice(0, -1);
break;

@@ -52,0 +53,0 @@ case "object":

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

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

"dependencies": {
"findit": "^2.0.0",
"findit2": "^2.2.3",
"lodash": "^2.4.1"
}
}
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