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

mongodb-core

Package Overview
Dependencies
Maintainers
2
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.2.6 to 3.2.7

1

lib/connection/pool.js

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

if (self.state === DESTROYED || self.state === DESTROYING) {
connection.destroy();
return self.destroy();

@@ -566,0 +567,0 @@ }

2

lib/topologies/server.js

@@ -424,3 +424,3 @@ 'use strict';

if (
self.s.pool.state === 'disconnected' &&
['disconnected', 'connecting'].indexOf(self.s.pool.state) !== -1 &&
self.initialConnect &&

@@ -427,0 +427,0 @@ ['close', 'timeout', 'error', 'parseError'].indexOf(event) !== -1

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

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

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