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.13 to 0.2.14

15

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

@@ -22,13 +22,12 @@ "main": "index.js",

"backbone-promises": "~0.2",
"debug": "~0.7.2",
"mongodb": "~1.3.19",
"debug": "~0.8",
"mongodb": "~1.4",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "~1.13.0",
"istanbul": "~0.2.4",
"jshint": "~2.4.3",
"chai": "~1.9.0",
"mocha-as-promised": "~2.0.0"
"mocha": "~1.18",
"istanbul": "~0.2",
"jshint": "~2.4",
"chai": "~1.9"
}
}

@@ -1,2 +0,1 @@

require('mocha-as-promised')();
var _ = require('lodash');

@@ -3,0 +2,0 @@ var MongoDB = require('../');

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