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

avrodh-session

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avrodh-session - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

2

lib/types.d.ts

@@ -37,3 +37,3 @@ import type { CookieSerializeOptions } from "cookie";

getRequestCookieHeader: () => string;
getResponseHeader: (name: string) => string;
getResponseHeader: (name: string) => string | string[] | undefined;
setResponseHeader: (name: string, value: string[]) => void;

@@ -40,0 +40,0 @@ };

{
"name": "avrodh-session",
"version": "6.1.0",
"version": "6.2.0",
"description": "",

@@ -11,2 +11,3 @@ "author": "Sushant <sushantdhiman@outlook.com>",

"dependencies": {
"@types/cookie": "^0.4.1",
"cookie": "^0.4.1",

@@ -18,3 +19,2 @@ "csrf": "^3.1.0",

"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/csrf": "^3.1.0",

@@ -21,0 +21,0 @@ "@types/lodash.flatten": "^4.4.6",

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