env-dot-prop
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "env-dot-prop", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get, set, or delete nested properties of process.env using a dot path", | ||
"main": "index.js", | ||
"dependencies": { | ||
"circular-json": "^0.3.3", | ||
"dot-prop": "^4.1.1" | ||
"circular-json": "^0.4.0", | ||
"dot-prop": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"codecov": "^2.2.0", | ||
"nyc": "^11.0.3", | ||
"xo": "*" | ||
"ava": "^0.23.0", | ||
"codecov": "^3.0.0", | ||
"nyc": "^11.3.0", | ||
"xo": "^0.19.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
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
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
14449
+ Addedcircular-json@0.4.0(transitive)
- Removedcircular-json@0.3.3(transitive)
Updatedcircular-json@^0.4.0
Updateddot-prop@^4.2.0