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.0.9 to 3.0.11

10

HISTORY.md

@@ -0,1 +1,11 @@

<a name="3.0.11"></a>
## [3.0.11](https://github.com/mongodb-js/mongodb-core/compare/v3.0.9...v3.0.11) (2018-06-28)
### Bug Fixes
* **sessions:** add `toBSON` method to `ClientSession` ([b4e7333](https://github.com/mongodb-js/mongodb-core/commit/b4e7333))
<a name="3.0.9"></a>

@@ -2,0 +12,0 @@ ## [3.0.9](https://github.com/mongodb-js/mongodb-core/compare/v3.0.8...v3.0.9) (2018-06-01)

4

lib/sessions.js

@@ -108,2 +108,6 @@ 'use strict';

}
toBSON() {
throw new Error('ClientSession cannot be serialized to BSON.');
}
}

@@ -110,0 +114,0 @@

2

package.json
{
"name": "mongodb-core",
"version": "3.0.9",
"version": "3.0.11",
"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 not supported yet

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