@qawolf/config
Advanced tools
Comparing version 0.3.0 to 0.3.5
{ | ||
"name": "@qawolf/config", | ||
"description": "qawolf config (node only)", | ||
"version": "0.3.0", | ||
"version": "0.3.5", | ||
"license": "BSD-3.0", | ||
@@ -23,3 +23,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"dotenv": "^8.1.0" | ||
"dotenv": "^8.1.0", | ||
"fs-extra": "^8.1.0" | ||
}, | ||
@@ -29,3 +30,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "60a5f4a290786f87cbb7594ae242a5dac02b3819" | ||
"gitHead": "3fd370c7d522472d3a427be082d90b02250ecb30" | ||
} |
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
7850
2
+ Addedfs-extra@^8.1.0
+ Addedfs-extra@8.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addeduniversalify@0.1.2(transitive)