@types/express-mysql-session
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -8,4 +8,4 @@ // Type definitions for express-mysql-session 3.0 | ||
import * as expressSession from 'express-session'; | ||
import { Connection, Pool, PoolOptions } from 'mysql2'; | ||
import * as expressSession from "express-session"; | ||
import { Connection, Pool, PoolOptions } from "mysql2"; | ||
@@ -18,3 +18,4 @@ export = MySQLStore; | ||
interface Options | ||
extends Pick<PoolOptions, 'waitForConnections' | 'connectionLimit' | 'maxIdle' | 'idleTimeout' | 'queueLimit'> { | ||
extends Pick<PoolOptions, "waitForConnections" | "connectionLimit" | "maxIdle" | "idleTimeout" | "queueLimit"> | ||
{ | ||
/** | ||
@@ -97,3 +98,3 @@ * Host name for database connection | ||
state: 'UNINITIALIZED' | 'INITIALIZING' | 'INITIALIZED' | 'CLOSING' | 'CLOSED'; | ||
state: "UNINITIALIZED" | "INITIALIZING" | "INITIALIZED" | "CLOSING" | "CLOSED"; | ||
@@ -123,12 +124,12 @@ defaultOptions: MySQLStore.Options; | ||
MySQLStore.Options, | ||
| 'host' | ||
| 'port' | ||
| 'user' | ||
| 'password' | ||
| 'database' | ||
| 'waitForConnections' | ||
| 'connectionLimit' | ||
| 'maxIdle' | ||
| 'idleTimeout' | ||
| 'queueLimit' | ||
| "host" | ||
| "port" | ||
| "user" | ||
| "password" | ||
| "database" | ||
| "waitForConnections" | ||
| "connectionLimit" | ||
| "maxIdle" | ||
| "idleTimeout" | ||
| "queueLimit" | ||
>; | ||
@@ -135,0 +136,0 @@ |
{ | ||
"name": "@types/express-mysql-session", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for express-mysql-session", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-mysql-session", | ||
}, | ||
"typesPublisherContentHash": "11803302001eb8813c934c965b4576b828babe7fced6f682efd1516c331ce575", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "325d28df9751ab77641c4d8cde08df0d2fc1b4f53e3ae272f23e5d0b5b68c63d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 23 Jun 2023 20:32:42 GMT | ||
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT | ||
* Dependencies: [@types/express-session](https://npmjs.com/package/@types/express-session), [@types/mysql2](https://npmjs.com/package/@types/mysql2) | ||
@@ -14,0 +14,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
7992
128