@types/express-mysql-session
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -40,3 +40,3 @@ // Type definitions for express-mysql-session 2.1 | ||
declare class MySQLStoreClass { | ||
declare class MySQLStoreClass extends expressSession.Store { | ||
constructor(options: MySQLStore.Options, connection?: any, callback?: (error: any) => void); | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "@types/express-mysql-session", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for express-mysql-session", | ||
@@ -34,4 +34,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "2374c3b102b839007be56f327b42e98320255f329fdeeffa2728281410561608", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "ea35e99ba949523e645c3b07aac964287212ec818486afb8454c01d389dcde18", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 30 Mar 2020 23:55:11 GMT | ||
* Last updated: Fri, 13 Nov 2020 18:55:10 GMT | ||
* Dependencies: [@types/express-session](https://npmjs.com/package/@types/express-session) | ||
@@ -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
5191