@mongosh/service-provider-core
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -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>; |
{ | ||
"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 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
106702
2476
0
+ Added@mongosh/errors@0.4.2(transitive)
+ Added@mongosh/i18n@0.4.2(transitive)
- Removed@mongosh/errors@0.3.1(transitive)
- Removed@mongosh/i18n@0.3.1(transitive)
Updated@mongosh/errors@^0.4.0
Updated@mongosh/i18n@^0.4.0