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

app-config-chain

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-config-chain - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

3

index.js

@@ -36,5 +36,6 @@ 'use strict';

} catch (err) {
throw new Error(err);
err.message = 'Error loading file ' + envConfigPath + ':\n\n' + err.message;
throw err;
}
module.exports = merge(defaultConfig, envConfig);
{
"name": "app-config-chain",
"description": "Cascading configuration for web applications",
"version": "1.0.4",
"version": "1.1.0",
"homepage": "http://github.com/contra/app-config-chain",

@@ -9,3 +9,3 @@ "repository": "git://github.com/contra/app-config-chain.git",

"dependencies": {
"lodash.merge": "^3.3.2",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.0"

@@ -18,4 +18,4 @@ },

"jshint-stylish": "^2.1.0",
"mocha": "^2.3.4",
"should": "^8.0.0"
"mocha": "^8.0.0",
"should": "^13.0.0"
},

@@ -22,0 +22,0 @@ "main": "./index.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