Socket
Socket
Sign inDemoInstall

mongodb-hooks

Package Overview
Dependencies
39
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.7 to 2.0.8

3

lib/mongoat.js

@@ -80,2 +80,5 @@ 'use strict';

};
Mongoat.Collection.prototype.insertOne = function(document, options, callback) {
return this.query('insertOne', undefined, undefined, document, options, callback);
};

@@ -82,0 +85,0 @@ /**

6

package.json
{
"name": "mongodb-hooks",
"version": "2.0.7",
"version": "2.0.8",
"description": "Mongoat is a MongoDb ODM",

@@ -32,4 +32,4 @@ "keywords": [

"jshint": "^2.9.5",
"lodash": "4.0.0",
"mongodb": "2.1.4"
"lodash": "^4.17.10",
"mongodb": "^2.1.4"
},

@@ -36,0 +36,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc