Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.13 to 0.7.14

3

index.js

@@ -167,3 +167,4 @@ var mongodb = require('mongodb');

this.findOne(arguments[0], function(err, doc) {
if (err || !doc) return callback(err);
if (err) return callback(err);
if (!doc) return callback(null, 0);
self._apply(DRIVER_COLLECTION_PROTO.remove, [doc, callback]);

@@ -170,0 +171,0 @@ });

@@ -9,3 +9,3 @@ {

],
"version": "0.7.13",
"version": "0.7.14",
"repository": "git://github.com/gett/mongojs.git",

@@ -12,0 +12,0 @@ "contributors": [

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