mongodb-core
Advanced tools
Comparing version 3.2.6 to 3.2.7
@@ -564,2 +564,3 @@ 'use strict'; | ||
if (self.state === DESTROYED || self.state === DESTROYING) { | ||
connection.destroy(); | ||
return self.destroy(); | ||
@@ -566,0 +567,0 @@ } |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570423
13880