Socket
Socket
Sign inDemoInstall

@mongosh/service-provider-core

Package Overview
Dependencies
Maintainers
11
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/service-provider-core - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

3

lib/uri-generator.js

@@ -169,5 +169,2 @@ "use strict";

}
if (!params.has('tlsCertificateFile') && params.has('tlsCertificateKeyFile')) {
params.set('tlsCertificateFile', params.get('tlsCertificateKeyFile'));
}
return uri;

@@ -174,0 +171,0 @@ }

10

package.json
{
"name": "@mongosh/service-provider-core",
"version": "1.1.2",
"version": "1.1.4",
"description": "MongoDB Shell Core Service Provider Package",

@@ -33,8 +33,8 @@ "main": "lib/index.js",

"dependencies": {
"@mongosh/errors": "1.1.2",
"@mongosh/i18n": "1.1.2",
"@mongosh/errors": "1.1.4",
"@mongosh/i18n": "1.1.4",
"bson": "^4.5.4",
"mongodb": "^4.1.4",
"mongodb-build-info": "^1.2.0",
"mongodb-connection-string-url": "^2.0.0"
"mongodb-connection-string-url": "^2.2.0"
},

@@ -55,3 +55,3 @@ "optionalDependencies": {

},
"gitHead": "e4578cbedaac1dbc101e8ed61dce37f5b01d1a2c"
"gitHead": "956e60d4d4e064956f11f4f03c0a21d42a9d8193"
}

@@ -252,5 +252,3 @@ /* eslint complexity: 0*/

/**
* Adds the `directConnection=true` query parameter if required, and copy
* tlsCertificateKeyFile to tlsCertificateFile if the former is set but
* the latter is not.
* Adds the `directConnection=true` query parameter if required.
* @param uri mongodb:// connection string

@@ -264,5 +262,2 @@ */

}
if (!params.has('tlsCertificateFile') && params.has('tlsCertificateKeyFile')) {
params.set('tlsCertificateFile', params.get('tlsCertificateKeyFile') as string);
}
return uri;

@@ -269,0 +264,0 @@ }

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