@types/connect-mongodb-session
Advanced tools
Comparing version 2.4.4 to 2.4.5
@@ -8,4 +8,4 @@ // Type definitions for connect-mongodb-session 2.4 | ||
import session = require('express-session'); | ||
import { MongoClient, MongoClientOptions } from 'mongodb'; | ||
import session = require("express-session"); | ||
import { MongoClient, MongoClientOptions } from "mongodb"; | ||
@@ -24,3 +24,5 @@ export = ConnectMongoDBSession; | ||
destroy(sid: string, callback?: (err?: any) => void): void; | ||
all(callback: (err: any, obj?: session.SessionData[] | { [sid: string]: session.SessionData; } | null) => void): void; | ||
all( | ||
callback: (err: any, obj?: session.SessionData[] | { [sid: string]: session.SessionData } | null) => void, | ||
): void; | ||
clear(callback?: (err?: any) => void): void; | ||
@@ -27,0 +29,0 @@ } |
{ | ||
"name": "@types/connect-mongodb-session", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "TypeScript definitions for connect-mongodb-session", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-mongodb-session", | ||
}, | ||
"typesPublisherContentHash": "8416e04138afb1c3ce8baa17627bcd1b5a1e5f95775dea800fd460f1e1a40023", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "6dd52eb2f877247aa98d31986cf54cc3bd66841aad0564d4389187e5725591ce", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -18,4 +18,4 @@ # Installation | ||
import session = require('express-session'); | ||
import { MongoClient, MongoClientOptions } from 'mongodb'; | ||
import session = require("express-session"); | ||
import { MongoClient, MongoClientOptions } from "mongodb"; | ||
@@ -34,3 +34,5 @@ export = ConnectMongoDBSession; | ||
destroy(sid: string, callback?: (err?: any) => void): void; | ||
all(callback: (err: any, obj?: session.SessionData[] | { [sid: string]: session.SessionData; } | null) => void): void; | ||
all( | ||
callback: (err: any, obj?: session.SessionData[] | { [sid: string]: session.SessionData } | null) => void, | ||
): void; | ||
clear(callback?: (err?: any) => void): void; | ||
@@ -54,3 +56,3 @@ } | ||
### Additional Details | ||
* Last updated: Tue, 05 Jul 2022 06:02:19 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:07 GMT | ||
* Dependencies: [@types/express-session](https://npmjs.com/package/@types/express-session), [@types/mongodb](https://npmjs.com/package/@types/mongodb) | ||
@@ -57,0 +59,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
6488
33
60