Socket
Socket
Sign inDemoInstall

@mongosh/service-provider-core

Package Overview
Dependencies
Maintainers
10
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.5.1 to 1.5.2

2

lib/connect-info.d.ts

@@ -11,3 +11,3 @@ export interface ConnectInfo {

auth_type?: string;
is_data_lake: boolean;
is_data_federation: boolean;
dl_version?: string;

@@ -14,0 +14,0 @@ atlas_version?: string;

@@ -11,3 +11,3 @@ "use strict";

const { isGenuine: is_genuine, serverName: non_genuine_server_name } = mongodb_build_info_1.default.getGenuineMongoDB(buildInfo, cmdLineOpts);
const { isDataLake: is_data_lake, dlVersion: dl_version } = mongodb_build_info_1.default.getDataLake(buildInfo);
const { isDataLake: is_data_federation, dlVersion: dl_version } = mongodb_build_info_1.default.getDataLake(buildInfo);
const auth_type = topology.s.credentials

@@ -28,3 +28,3 @@ ? topology.s.credentials.mechanism : null;

auth_type,
is_data_lake,
is_data_federation,
dl_version,

@@ -31,0 +31,0 @@ atlas_version: (_a = atlasVersion === null || atlasVersion === void 0 ? void 0 : atlasVersion.atlasVersion) !== null && _a !== void 0 ? _a : null,

{
"name": "@mongosh/service-provider-core",
"version": "1.5.1",
"version": "1.5.2",
"description": "MongoDB Shell Core Service Provider Package",

@@ -40,10 +40,10 @@ "main": "lib/index.js",

"dependencies": {
"@mongosh/errors": "1.5.1",
"@mongosh/errors": "1.5.2",
"bson": "^4.6.5",
"mongodb": "^4.8.0",
"mongodb": "^4.8.1",
"mongodb-build-info": "^1.2.0",
"mongodb-client-encryption": "^2.2.0-alpha.4"
"mongodb-client-encryption": "^2.2.0-alpha.5"
},
"optionalDependencies": {
"mongodb-client-encryption": "^2.2.0-alpha.4"
"mongodb-client-encryption": "^2.2.0-alpha.5"
},

@@ -61,3 +61,3 @@ "dependency-check": {

},
"gitHead": "0395e15ca5ffcad0aa22e337c014441e8da7909d"
"gitHead": "b5c5a3c233495a6e70b449edc61cb8bf17c12ccc"
}

@@ -90,3 +90,3 @@ /* eslint camelcase: 0, camelcase: 0 */

auth_type: 'LDAP',
is_data_lake: false,
is_data_federation: false,
dl_version: null,

@@ -119,3 +119,3 @@ atlas_version: '20210330.0.0.1617063608',

auth_type: null,
is_data_lake: false,
is_data_federation: false,
dl_version: null,

@@ -148,3 +148,3 @@ atlas_version: '20210330.0.0.1617063608',

auth_type: 'LDAP',
is_data_lake: false,
is_data_federation: false,
dl_version: null,

@@ -177,3 +177,3 @@ atlas_version: null,

auth_type: 'LDAP',
is_data_lake: false,
is_data_federation: false,
dl_version: null,

@@ -180,0 +180,0 @@ atlas_version: null,

@@ -16,3 +16,3 @@ /* eslint-disable camelcase */

auth_type?: string;
is_data_lake: boolean;
is_data_federation: boolean;
dl_version?: string;

@@ -30,3 +30,4 @@ atlas_version?: string;

getBuildInfo.getGenuineMongoDB(buildInfo, cmdLineOpts);
const { isDataLake: is_data_lake, dlVersion: dl_version }
// Atlas Data Lake has been renamed to Atlas Data Federation
const { isDataLake: is_data_federation, dlVersion: dl_version }
= getBuildInfo.getDataLake(buildInfo);

@@ -53,3 +54,3 @@

auth_type,
is_data_lake,
is_data_federation,
dl_version,

@@ -56,0 +57,0 @@ atlas_version: atlasVersion?.atlasVersion ?? null,

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