You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 3.1.6 to 3.1.7

10

HISTORY.md

@@ -5,2 +5,12 @@ # Change Log

<a name="3.1.7"></a>
## [3.1.7](https://github.com/mongodb-js/mongodb-core/compare/v3.1.6...v3.1.7) (2018-10-10)
### Bug Fixes
* **uri-parser:** persist default database when authSource present ([aa601d3](https://github.com/mongodb-js/mongodb-core/commit/aa601d3))
<a name="3.1.6"></a>

@@ -7,0 +17,0 @@ ## [3.1.6](https://github.com/mongodb-js/mongodb-core/compare/v3.1.4...v3.1.6) (2018-10-09)

4

lib/uri_parser.js

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

if (result.auth && result.auth.db) {
result.defaultDatabase = result.auth.db;
}
try {

@@ -535,0 +539,0 @@ applyAuthExpectations(result);

2

package.json
{
"name": "mongodb-core",
"version": "3.1.6",
"version": "3.1.7",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc