atomic-file
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -53,3 +53,3 @@ 'use strict' | ||
fs.writeFile(filename+suffix, codec.encode(_value), function (err) { | ||
if(err) return done(err) | ||
if(err) return cb(err) | ||
fs.rename(filename+suffix, filename, function (err) { | ||
@@ -56,0 +56,0 @@ if(err) cb(err) |
{ | ||
"name": "atomic-file", | ||
"description": "", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"homepage": "https://github.com/dominictarr/atomic-file", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
7881