New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongojs

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongojs - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

tests/test-find-by-objectid.js

4

index.js

@@ -97,5 +97,5 @@ var mongodb = require('mongodb');

args = Array.prototype.slice.call(arguments);
args = Array.prototype.slice.call(args);
var callback = args.pop();
return fn.apply(this, args).toArray(callback);
return this._apply(fn, args).toArray(callback); // issue here..
};

@@ -102,0 +102,0 @@

@@ -5,3 +5,3 @@ {

"keywords": ["mongo", "db", "mongodb"],
"version":"0.6.1",
"version":"0.6.2",
"repository": "git://github.com/gett/mongojs.git",

@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>",

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