Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

native-mongo-util

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-mongo-util - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0

3

index.js

@@ -5,3 +5,3 @@ const Log = require('logger3000').getLogger(__filename);

const Promise = require('bluebird');
const { MongoClient, ObjectId } = require('mongodb');
const { MongoClient, ObjectId, ReadPreference } = require('mongodb');
const assert = require('assert');

@@ -71,2 +71,3 @@ const { MONGO_URL = 'mongodb://localhost/test', PROCESS_EXIT_ON_MONGO_ERROR = 'true' } = process.env;

useNewUrlParser: true,
readPreference: ReadPreference.SECONDARY_PREFERRED,
};

@@ -73,0 +74,0 @@

{
"name": "native-mongo-util",
"version": "3.3.0",
"version": "4.0.0",
"description": "",

@@ -25,19 +25,19 @@ "main": "index.js",

"tunnel-ssh": "^4.1.4",
"logger3000": "0.1.1",
"logger3000": "0.2.0",
"memoizee": "^0.4.14",
"mongodb": "^3.5.7",
"mongodb": "^3.6.1",
"then-sleep": "^1.0.1"
},
"devDependencies": {
"ava": "^3.6.0",
"ava": "^3.12.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint": "^7.8.1",
"eslint-config-lil": "^1.0.6",
"eslint-config-prettier": "^6.10.1",
"eslint-config-xo-space": "^0.24.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-config-prettier": "^6.11.0",
"eslint-config-xo-space": "^0.25.0",
"eslint-plugin-prettier": "^3.1.4",
"event-stream": ">=4.0.1",
"nodemon": "^2.0.2",
"prettier": "^2.0.4"
"nodemon": "^2.0.4",
"prettier": "^2.1.1"
}
}
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