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

backbone-db-mongodb

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-db-mongodb - npm Package Compare versions

Comparing version 0.2.20 to 0.2.22

.idea/.name

4

index.js

@@ -294,3 +294,3 @@ var _ = require('lodash'),

}, function(err, res) {
callback(err, res || options.ignoreFailures ? 1 : res);
callback(err, res || (options.ignoreFailures ? 1 : res));
});

@@ -320,3 +320,3 @@ });

function(err, res) {
callback(err, res || options.ignoreFailures ? {} : res);
callback(err, res || (options.ignoreFailures ? {} : res));
}

@@ -323,0 +323,0 @@ );

{
"name": "backbone-db-mongodb",
"version": "0.2.20",
"version": "0.2.22",
"description": "MongoDB driver for Backbone.Db",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -84,2 +84,3 @@ var setup = require('./setup');

offset: 1,
sort: 'created_at'
};

@@ -86,0 +87,0 @@ return collection

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