Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "get-env", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`", | ||
@@ -29,5 +29,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/lodash": "^4.14.37" | ||
"lodash": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.37", | ||
"@types/node": "^6.0.45", | ||
@@ -38,4 +39,5 @@ "ts-loader": "^0.9.5", | ||
"typescript": "^2.0.6", | ||
"webpack": "^2.1.0-beta.25" | ||
"webpack": "^2.1.0-beta.25", | ||
"webpack-node-externals": "^1.5.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
1
13391
8
150
+ Addedlodash@^4.16.4
+ Addedlodash@4.17.21(transitive)
- Removed@types/lodash@^4.14.37
- Removed@types/lodash@4.17.13(transitive)