@types/mongodb
Advanced tools
Comparing version 2.1.43 to 2.2.0
@@ -1,7 +0,7 @@ | ||
// Type definitions for MongoDB v2.1 | ||
// Project: https://github.com/mongodb/node-mongodb-native/tree/2.1 | ||
// Type definitions for MongoDB v2.2 | ||
// Project: https://github.com/mongodb/node-mongodb-native/tree/2.2 | ||
// Definitions by: Federico Caselli <https://github.com/CaselIT> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Documentation : http://mongodb.github.io/node-mongodb-native/2.1/api/ | ||
// Documentation : http://mongodb.github.io/node-mongodb-native/2.2/api/ | ||
@@ -306,3 +306,3 @@ /// <reference types="node" /> | ||
//http://mongodb.github.io/node-mongodb-native/2.1/api/Db.html#createIndex | ||
//http://mongodb.github.io/node-mongodb-native/2.2/api/Db.html#createIndex | ||
export interface IndexOptions { | ||
@@ -335,2 +335,4 @@ // The write concern. | ||
name?: string; | ||
// Creates a partial index based on the given filter object (MongoDB 3.2 or higher) | ||
partialFilterExpression?: any; | ||
} | ||
@@ -337,0 +339,0 @@ |
{ | ||
"name": "@types/mongodb", | ||
"version": "2.1.43", | ||
"version": "2.2.0", | ||
"description": "TypeScript definitions for MongoDB", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "d9341358e194dc62ef351eecd09abe0fd7b2402c9371bc5384c8632caf224fe3", | ||
"typesPublisherContentHash": "1f32304fe72f248546fc10bb8525061937867883448ade786b6bd2de1d9f6c2b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for MongoDB (https://github.com/mongodb/node-mongodb-native/tree/2.1). | ||
This package contains type definitions for MongoDB (https://github.com/mongodb/node-mongodb-native/tree/2.2). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 10 Apr 2017 15:09:56 GMT | ||
* Last updated: Wed, 26 Apr 2017 17:34:12 GMT | ||
* Dependencies: bson, events, stream, node | ||
@@ -15,0 +15,0 @@ * Global values: none |
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
64349
4
1147