Comparing version 0.0.503 to 0.0.504
{ | ||
"name": "lokijs", | ||
"version": "0.0.503", | ||
"version": "0.0.504", | ||
"description": "A document oriented javascript in-memory database", | ||
@@ -5,0 +5,0 @@ "main": "src/lokijs.js", |
@@ -132,3 +132,3 @@ /** | ||
self.fs.writeFile( filename, this.serialize(), function(err){ | ||
self.fs.writeFile( filename, self.serialize(), function(err){ | ||
if(err) throw err; | ||
@@ -135,0 +135,0 @@ callback(); |
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