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

@types/mongodb

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mongodb - npm Package Compare versions

Comparing version 2.1.43 to 2.2.0

mongodb/LICENSE

10

mongodb/index.d.ts

@@ -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 @@

4

mongodb/package.json
{
"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

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