New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

session-flash

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

session-flash - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+1
-1
lib/index.d.ts

@@ -10,3 +10,3 @@ import type { RequestHandler } from "express";

flash(type: string, message: string | string[]): number;
flash(type: string, format: string, ...args: unknown[]): number;
flash(type: string, format: string, ...args: any[]): number;
}

@@ -13,0 +13,0 @@ }

{
"name": "session-flash",
"version": "1.0.6",
"version": "1.0.7",
"description": "Flash message middleware for express.",

@@ -5,0 +5,0 @@ "main": "./lib/index.cjs",