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

mongodb-in-memory

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-in-memory - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

5

index.js

@@ -100,3 +100,6 @@ 'use strict';

};
}();['nextObject', 'count', 'close', 'toArray'].forEach(function (methodName) {
}();
_tcoll2.default.prototype.updateOne = _tcoll2.default.prototype.update;
_tcoll2.default.prototype.updateMany = _tcoll2.default.prototype.update;['nextObject', 'count', 'close', 'toArray'].forEach(function (methodName) {
_tcursor2.default.prototype[methodName] = _bluebird2.default.promisify(_tcursor2.default.prototype[methodName]);

@@ -103,0 +106,0 @@ });

2

package.json
{
"name": "mongodb-in-memory",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "babel -d . src/"

@@ -47,2 +47,5 @@ import tingodb from 'tingodb'

Collection.prototype.updateOne = Collection.prototype.update
Collection.prototype.updateMany = Collection.prototype.update
;[

@@ -49,0 +52,0 @@ 'nextObject',

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