Socket
Socket
Sign inDemoInstall

@mongosh/service-provider-core

Package Overview
Dependencies
Maintainers
14
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 2.1.5 to 2.2.0

2

lib/bson-export.d.ts

@@ -18,3 +18,3 @@ import { ObjectId, DBRef, MaxKey, MinKey, Timestamp, BSONSymbol, Code, Decimal128, Int32, Long, Binary, calculateObjectSize, Double, BSONRegExp } from 'bson';

parse: (text: string, options?: import("bson").EJSONOptions | undefined) => any;
stringify: (value: any, replacer?: (string | number)[] | import("bson").EJSONOptions | ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined, options?: import("bson").EJSONOptions | undefined) => string;
stringify: (value: any, replacer?: import("bson").EJSONOptions | (string | number)[] | ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined, options?: import("bson").EJSONOptions | undefined) => string;
serialize: (value: any, options?: import("bson").EJSONOptions | undefined) => import("bson").Document;

@@ -21,0 +21,0 @@ deserialize: (ejson: import("bson").Document, options?: import("bson").EJSONOptions | undefined) => any;

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

@@ -46,6 +46,6 @@ "main": "lib/index.js",

"dependencies": {
"@aws-sdk/credential-providers": "^3.347.1",
"@mongosh/errors": "2.1.5",
"bson": "^6.2.0",
"mongodb": "^6.3.0",
"@aws-sdk/credential-providers": "^3.525.0",
"@mongosh/errors": "2.2.0",
"bson": "^6.5.0",
"mongodb": "^6.5.0",
"mongodb-build-info": "^1.7.1",

@@ -58,5 +58,5 @@ "mongodb-client-encryption": "^6.0.0"

"devDependencies": {
"@mongodb-js/eslint-config-mongosh": "2.1.5",
"@mongodb-js/eslint-config-mongosh": "2.2.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/tsconfig-mongosh": "2.1.5",
"@mongodb-js/tsconfig-mongosh": "2.2.0",
"depcheck": "^1.4.3",

@@ -66,3 +66,3 @@ "eslint": "^7.25.0",

},
"gitHead": "cbfb77a23e88fc09b9334a6680667760b18dec94"
"gitHead": "482c1fa4e9502519952ec6b23930238587801b1b"
}
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