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

@types/express-mysql-session

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/express-mysql-session - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

29

express-mysql-session/index.d.ts

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

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