atomic-file
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "atomic-file", | ||
"description": "", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"homepage": "https://github.com/dominictarr/atomic-file", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -20,3 +20,3 @@ const IdbKvStore = require('idb-kv-store') | ||
destroy: function (cb) { | ||
store.clear(cb) | ||
store.remove(key, cb) | ||
} | ||
@@ -23,0 +23,0 @@ } |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9078
0