Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "get-env", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Return `dev`, `prod`, or optional extra environements based on `process.env.NODE_ENV`", | ||
@@ -26,14 +26,15 @@ "license": "MIT", | ||
], | ||
"main": "src", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"lodash.isempty": "^4.4.0", | ||
"lodash.isplainobject": "^4.0.6", | ||
"lodash.isstring": "^4.0.1" | ||
"@types/lodash": "^4.14.37" | ||
}, | ||
"scripts": { | ||
"prepublish": "npm prune" | ||
}, | ||
"engines": { | ||
"node": ">=6.5.0" | ||
"devDependencies": { | ||
"@types/node": "^6.0.45", | ||
"ts-loader": "^0.9.5", | ||
"tslint": "^3.15.1", | ||
"tslint-pilwon": "^0.1.4", | ||
"typescript": "^2.0.6", | ||
"webpack": "^2.1.0-beta.25" | ||
} | ||
} |
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
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
547596
1
4
16094
6
3
+ Added@types/lodash@^4.14.37
+ Added@types/lodash@4.17.13(transitive)
- Removedlodash.isempty@^4.4.0
- Removedlodash.isplainobject@^4.0.6
- Removedlodash.isstring@^4.0.1
- Removedlodash.isempty@4.4.0(transitive)
- Removedlodash.isplainobject@4.0.6(transitive)
- Removedlodash.isstring@4.0.1(transitive)