@types/mongodb
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -637,3 +637,3 @@ // Type definitions for MongoDB v2.2 | ||
// on the cursor. MongoDB interrupts the operation at the earliest following interrupt point. | ||
maxTimeMS?: boolean; | ||
maxTimeMS?: number; | ||
// Allow driver to bypass schema validation in MongoDB 3.2 or higher. | ||
@@ -640,0 +640,0 @@ bypassDocumentValidation?: boolean; |
{ | ||
"name": "@types/mongodb", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "TypeScript definitions for MongoDB", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1f32304fe72f248546fc10bb8525061937867883448ade786b6bd2de1d9f6c2b", | ||
"typesPublisherContentHash": "9283ce60a2c75f9c392c4e98d22098bd7c474f1f77008633a34ad4dcf601e9f8", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 26 Apr 2017 17:34:12 GMT | ||
* Last updated: Mon, 01 May 2017 20:15:53 GMT | ||
* Dependencies: bson, events, stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
65598