mongodb-core
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,11 @@ | ||
<a name="3.0.1"></a> | ||
## [3.0.1](https://github.com/mongodb-js/mongodb-core/compare/v3.0.0...v3.0.1) (2017-12-24) | ||
### Bug Fixes | ||
* **connection:** correct erroneous use of `this` in helper method ([06b9388](https://github.com/mongodb-js/mongodb-core/commit/06b9388)) | ||
<a name="3.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [3.0.0](https://github.com/christkv/mongodb-core/compare/v3.0.0-rc0...v3.0.0) (2017-12-23) |
@@ -538,3 +538,3 @@ 'use strict'; | ||
// Merge in options | ||
merge(sslOptions, this.options); | ||
merge(sslOptions, self.options); | ||
merge(sslOptions, _options); | ||
@@ -541,0 +541,0 @@ |
{ | ||
"name": "mongodb-core", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Core MongoDB driver functionality, no bells and whistles and meant for integration not end applications", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/christkv/mongodb-core.git" | ||
"url": "git://github.com/mongodb-js/mongodb-core.git" | ||
}, | ||
@@ -45,5 +45,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/christkv/mongodb-core/issues" | ||
"url": "https://github.com/mongodb-js/mongodb-core/issues" | ||
}, | ||
"homepage": "https://github.com/christkv/mongodb-core" | ||
"homepage": "https://github.com/mongodb-js/mongodb-core" | ||
} |
@@ -1,3 +0,3 @@ | ||
[![Build Status](https://secure.travis-ci.org/christkv/mongodb-core.png)](http://travis-ci.org/christkv/mongodb-core) | ||
[![Coverage Status](https://coveralls.io/repos/github/christkv/mongodb-core/badge.svg?branch=1.3)](https://coveralls.io/github/christkv/mongodb-core?branch=1.3) | ||
[![Build Status](https://secure.travis-ci.org/mongodb-js/mongodb-core.png)](http://travis-ci.org/mongodb-js/mongodb-core) | ||
[![Coverage Status](https://coveralls.io/repos/github/mongodb-js/mongodb-core/badge.svg?branch=1.3)](https://coveralls.io/github/mongodb-js/mongodb-core?branch=1.3) | ||
@@ -14,3 +14,3 @@ # Description | ||
| apidoc | http://mongodb.github.io/node-mongodb-native/ | | ||
| source | https://github.com/christkv/mongodb-core | | ||
| source | https://github.com/mongodb-js/mongodb-core | | ||
| mongodb | http://www.mongodb.org/ | | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
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
570620