misty-config
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -1,5 +0,5 @@ | ||
var util = require('util'), | ||
path = require('path'), | ||
_ = require('underscore'), | ||
config = require('config'); | ||
var _ = require('lodash'); | ||
var config = require('config'); | ||
var path = require('path'); | ||
var util = require('util'); | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "misty-config", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Cascading configuration with environment variable support", | ||
@@ -19,4 +19,5 @@ "main": "index.js", | ||
"js-yaml": "^3.6.1", | ||
"recursive-readdir-sync": "^1.0.6", | ||
"underscore": "^1.8.3" | ||
"loader-utils": "^0.2.15", | ||
"lodash": "^4.13.1", | ||
"recursive-readdir-sync": "^1.0.6" | ||
}, | ||
@@ -27,3 +28,3 @@ "devDependencies": { | ||
}, | ||
"webpackLoader": "webpack-loader.js" | ||
"webpackLoader": "loader/webpack-loader.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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
7121
7
97
5
3
+ Addedloader-utils@^0.2.15
+ Addedlodash@^4.13.1
+ Addedbig.js@3.2.0(transitive)
+ Addedemojis-list@2.1.0(transitive)
+ Addedjson5@0.5.1(transitive)
+ Addedloader-utils@0.2.17(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedobject-assign@4.1.1(transitive)
- Removedunderscore@^1.8.3
- Removedunderscore@1.13.7(transitive)