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
2
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.11 to 0.2.12

6

index.js

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

if(typeof id === 'string' && id.length === 24) {
id = new ObjectId(id);
try {
id = new ObjectId(id);
} catch (e) {
// was not valid ObjectId
}
}

@@ -72,0 +76,0 @@ return id;

2

package.json
{
"name": "backbone-db-mongodb",
"version": "0.2.11",
"version": "0.2.12",
"description": "MongoDB driver for Backbone.Db",

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

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