Comparing version 1.0.24 to 1.0.25
@@ -193,3 +193,3 @@ var fs = require("fs"); | ||
"mood" : "Angry", | ||
"secret" : new Buffer("Something binary secrect", "utf8") | ||
"secret" : new Buffer("Some binary secrect", "utf8") | ||
}; | ||
@@ -211,3 +211,3 @@ var molly = { | ||
test.ok(obj["secret"] instanceof Buffer); | ||
test.equal(obj["secret"], "Something binary secrect"); | ||
test.equal(obj["secret"], "Some binary secrect"); | ||
jb.save("birds", [sally, molly], function(err, oids) { | ||
@@ -214,0 +214,0 @@ test.ifError(err); |
{ | ||
"name" : "ejdb", | ||
"version" : "1.0.24", | ||
"version" : "1.0.25", | ||
"main" : "node/ejdb.js", | ||
@@ -5,0 +5,0 @@ "description" : "EJDB - Embedded JSON Database engine", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6485502
142