mongodb-core
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -0,1 +1,11 @@ | ||
<a name="3.0.4"></a> | ||
## [3.0.4](https://github.com/mongodb-js/mongodb-core/compare/v3.0.3...v3.0.4) (2018-03-05) | ||
### Bug Fixes | ||
* **connection:** ensure socket options are applied to ssl sockets ([e5ff927](https://github.com/mongodb-js/mongodb-core/commit/e5ff927)) | ||
<a name="3.0.3"></a> | ||
@@ -2,0 +12,0 @@ ## [3.0.3](https://github.com/mongodb-js/mongodb-core/compare/v3.0.2...v3.0.3) (2018-02-23) |
@@ -576,3 +576,7 @@ 'use strict'; | ||
}); | ||
// Set the options for the connection | ||
connection.setKeepAlive(self.keepAlive, self.keepAliveInitialDelay); | ||
connection.setTimeout(self.connectionTimeout); | ||
connection.setNoDelay(self.noDelay); | ||
@@ -579,0 +583,0 @@ return connection; |
{ | ||
"name": "mongodb-core", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
587073
39
11847
3