app-config-chain
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5827
32
1
+ Addedlodash.merge@4.6.2(transitive)
- Removedlodash._arraycopy@3.0.0(transitive)
- Removedlodash._arrayeach@3.0.0(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basefor@3.0.3(transitive)
- Removedlodash._bindcallback@3.0.1(transitive)
- Removedlodash._createassigner@3.1.1(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.isplainobject@3.2.0(transitive)
- Removedlodash.istypedarray@3.0.6(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedlodash.keysin@3.0.8(transitive)
- Removedlodash.merge@3.3.2(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.toplainobject@3.0.0(transitive)
Updatedlodash.merge@^4.6.2