json-file-object
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -66,5 +66,7 @@ // Generated by CoffeeScript 2.5.0 | ||
for (file in created_db) { | ||
results.push(onWrite[file] = function() { | ||
return stop(file); | ||
}); | ||
results.push((function(file) { | ||
return onWrite[file] = function() { | ||
return stop(file); | ||
}; | ||
})(file)); | ||
} | ||
@@ -71,0 +73,0 @@ return results; |
{ | ||
"name": "json-file-object", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "periodically persisting JSON-able objects into files (one per object)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
10052
164