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

@mongosh/service-provider-core

Package Overview
Dependencies
Maintainers
9
Versions
123
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 0.3.1 to 0.4.0

1

lib/cursor.d.ts

@@ -41,2 +41,3 @@ import Document from './document';

maxTimeMS(value: number): ServiceProviderCursor;
maxAwaitTimeMS(value: number): ServiceProviderCursor;
min(indexBounds: Document): ServiceProviderCursor;

@@ -43,0 +44,0 @@ next(): Promise<any>;

8

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

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

"dependencies": {
"@mongosh/errors": "^0.3.1",
"@mongosh/i18n": "^0.3.1",
"@mongosh/errors": "^0.4.0",
"@mongosh/i18n": "^0.4.0",
"bson": "4.0.4",

@@ -48,3 +48,3 @@ "mongodb-build-info": "^1.0.0"

},
"gitHead": "8cadb8e8327e1acc0cce32655dd80e13c1e41c93"
"gitHead": "1118e6336a102fdf55adf94d7a4076ae7906acda"
}

@@ -175,2 +175,11 @@ import Document from './document';

/**
* Set the maxAwaitTimeMS value.
*
* @param {number} The maxAwaitTimeMS value.
*
* @returns {ServiceProviderCursor} The cursor.
*/
maxAwaitTimeMS(value: number): ServiceProviderCursor;
/**
* Set the min index bounds.

@@ -177,0 +186,0 @@ *

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