Socket
Socket
Sign inDemoInstall

mongodb-core

Package Overview
Dependencies
Maintainers
3
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 3.1.0-beta1 to 3.1.0-beta2

6

lib/sessions.js

@@ -81,3 +81,2 @@ 'use strict';

* @param {Object} [options] Optional settings
* @param {Boolean} [options.skipCommand] Skip sending the actual endSessions command to the server
* @param {Function} [callback] Optional callback for completion of this operation

@@ -98,7 +97,2 @@ */

if (!options.skipCommand) {
// send the `endSessions` command
this.topology.endSessions(this.id);
}
// mark the session as ended, and emit a signal

@@ -105,0 +99,0 @@ this.hasEnded = true;

2

package.json
{
"name": "mongodb-core",
"version": "3.1.0-beta1",
"version": "3.1.0-beta2",
"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