read-config-file
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "read-config-file", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "out/main.js", | ||
@@ -21,17 +21,17 @@ "author": "Vladimir Krivosheev", | ||
"dependencies": { | ||
"dotenv": "^8.0.0", | ||
"dotenv": "^8.2.0", | ||
"dotenv-expand": "^5.1.0", | ||
"fs-extra": "^8.1.0", | ||
"js-yaml": "^3.13.1", | ||
"json5": "^2.1.0", | ||
"json5": "^2.1.1", | ||
"lazy-val": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@types/dotenv": "^6.1.1", | ||
"@types/fs-extra": "^8.0.0", | ||
"@types/dotenv": "^8.2.0", | ||
"@types/fs-extra": "^8.0.1", | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/node": "^12.6.8", | ||
"typescript": "^3.5.3" | ||
"@types/node": "^12.12.14", | ||
"typescript": "^3.7.2" | ||
}, | ||
"typings": "./out/main.d.ts" | ||
} |
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
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
17210
0
Updateddotenv@^8.2.0
Updatedjson5@^2.1.1