Comparing version 7.0.1 to 7.1.0
@@ -27,3 +27,3 @@ "use strict"; | ||
const envPaths = require("env-paths"); | ||
const writeFileAtomic = require("write-file-atomic"); | ||
const atomically = require("atomically"); | ||
const Ajv = require("ajv"); | ||
@@ -369,3 +369,3 @@ const debounceFn = require("debounce-fn"); | ||
try { | ||
writeFileAtomic.sync(this.path, data); | ||
atomically.writeFileSync(this.path, data); | ||
} | ||
@@ -372,0 +372,0 @@ catch (error) { |
{ | ||
"name": "conf", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"description": "Simple config handling for your app or module", | ||
@@ -46,2 +46,3 @@ "license": "MIT", | ||
"ajv": "^6.12.2", | ||
"atomically": "^1.3.1", | ||
"debounce-fn": "^4.0.0", | ||
@@ -54,4 +55,3 @@ "dot-prop": "^5.2.0", | ||
"pkg-up": "^3.1.0", | ||
"semver": "^7.3.2", | ||
"write-file-atomic": "^3.0.3" | ||
"semver": "^7.3.2" | ||
}, | ||
@@ -58,0 +58,0 @@ "devDependencies": { |
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
0
45191
+ Addedatomically@^1.3.1
+ Addedatomically@1.7.0(transitive)
- Removedwrite-file-atomic@^3.0.3
- Removedimurmurhash@0.1.4(transitive)
- Removedis-typedarray@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedtypedarray-to-buffer@3.1.5(transitive)
- Removedwrite-file-atomic@3.0.3(transitive)