@types/connect-mongodb-session
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -5,3 +5,3 @@ // Type definitions for connect-mongodb-session | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// TypeScript Version: 2.8 | ||
@@ -32,2 +32,2 @@ /// <reference types="express-session" /> | ||
export = connect | ||
export = connect |
{ | ||
"name": "@types/connect-mongodb-session", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "TypeScript definitions for connect-mongodb-session", | ||
@@ -14,14 +14,16 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/connect-mongodb-session" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/express": "*", | ||
"@types/express-session": "*", | ||
"@types/express": "*", | ||
"@types/mongodb": "*" | ||
}, | ||
"typesPublisherContentHash": "a287da668699b18d088e3eb24226b261a8cc3f48bf97cac8bcebd9bbd3808f9b", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "65a57876dd1b37cdcdef0b64bdefebf705d7b53df8ed4c4ae2ba0a90569cfcd6", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 22 Jun 2018 00:08:12 GMT | ||
* Dependencies: express-session, express, mongodb | ||
* Last updated: Wed, 07 Aug 2019 21:22:41 GMT | ||
* Dependencies: @types/express-session, @types/express, @types/mongodb | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
3721
25