Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mongosh/service-provider-server

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-server - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

3

lib/cli-service-provider.js

@@ -34,3 +34,4 @@ "use strict";

const DEFAULT_BASE_OPTIONS = Object.freeze({
serializeFunctions: true
serializeFunctions: true,
promoteLongs: false
});

@@ -37,0 +38,0 @@ async function connectWithFailFast(client) {

{
"name": "@mongosh/service-provider-server",
"version": "0.14.0",
"version": "0.15.0",
"description": "MongoDB Shell Server Service Provider Package",

@@ -41,4 +41,4 @@ "main": "lib/index.js",

"dependencies": {
"@mongosh/errors": "0.14.0",
"@mongosh/service-provider-core": "0.14.0",
"@mongosh/errors": "0.15.0",
"@mongosh/service-provider-core": "0.15.0",
"@types/sinon": "^7.5.1",

@@ -58,3 +58,3 @@ "@types/sinon-chai": "^3.2.3",

},
"gitHead": "39df2de64c8448b4afaee905a038d615345a1e44"
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689"
}

@@ -13,3 +13,3 @@ import { CommonErrors } from '@mongosh/errors';

const DEFAULT_BASE_OPTS = { serializeFunctions: true };
const DEFAULT_BASE_OPTS = { serializeFunctions: true, promoteLongs: false };

@@ -16,0 +16,0 @@ /**

@@ -135,3 +135,4 @@ import {

const DEFAULT_BASE_OPTIONS: OperationOptions = Object.freeze({
serializeFunctions: true
serializeFunctions: true,
promoteLongs: false
});

@@ -138,0 +139,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