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

config-ninja

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-ninja - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

configNinja.js

@@ -12,3 +12,2 @@ 'use strict';

const extender = require('object-extender');
const objectAssignDeep = require('object-assign-deep');

@@ -126,3 +125,3 @@ /*

// Merge the configs together.
merged = extender.merge.apply(extender, configList);
merged = extender.merge(...configList);

@@ -142,3 +141,3 @@ // Add the env properties?

// Copy the configs onto the 'config-ninja' object.
objectAssignDeep(ME, merged);
extender.mergeInto(ME, merged);

@@ -145,0 +144,0 @@ // Allow immediate use of 'config'.

7

package.json

@@ -13,3 +13,3 @@ {

"name": "config-ninja",
"version": "0.2.1",
"version": "0.2.2",
"description": "Environmental JSON config.",

@@ -36,7 +36,6 @@ "keywords": [

"dependencies": {
"cli-color": "1.1.x",
"object-assign-deep": "0.0.x",
"object-extender": "1.2.x"
"cli-color": "^1.2.0",
"object-extender": "^2.0.1"
},
"license": "MIT"
}

Sorry, the diff of this file is not supported yet

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