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

mongodb-core

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/topologies/mongos.js

@@ -767,3 +767,3 @@ var inherits = require('util').inherits

cursorOptions = cursorOptions || {};
var FinalCursor = cursorOptions.cursorFactory || BasicCursor;
var FinalCursor = cursorOptions.cursorFactory || Cursor;
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options);

@@ -770,0 +770,0 @@ }

@@ -935,3 +935,3 @@ var inherits = require('util').inherits

cursorOptions = cursorOptions || {};
var FinalCursor = cursorOptions.cursorFactory || BasicCursor;
var FinalCursor = cursorOptions.cursorFactory || Cursor;
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options);

@@ -938,0 +938,0 @@ }

@@ -946,3 +946,3 @@ var inherits = require('util').inherits

cursorOptions = cursorOptions || {};
var FinalCursor = cursorOptions.cursorFactory || BasicCursor;
var FinalCursor = cursorOptions.cursorFactory || Cursor;
return new FinalCursor(bson, ns, cmd, cursorOptions, self, options);

@@ -949,0 +949,0 @@ }

{
"name": "mongodb-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications",

@@ -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