Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ejdb

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejdb - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

7

node/tests/t2.js

@@ -264,3 +264,8 @@ var fs = require("fs");

test.equal(obj["extra1"], 1);
test.done();
var q = {"_id" : {"$in" : ids}, "$set" : {"stime" : +new Date}};
jb.update("parrots", q, function(err, count) {
test.ifError(err);
test.equal(count, 1);
test.done();
});
});

@@ -267,0 +272,0 @@ });

2

package.json
{
"name" : "ejdb",
"version" : "1.0.14",
"version" : "1.0.15",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc