Socket
Socket
Sign inDemoInstall

@tinyhttp/cookie

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/cookie - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

dist/index.d.ts

@@ -9,4 +9,4 @@ /**

export declare function parse(str: string, options?: {
decode: (str: string) => any;
}): {};
decode: (str: string) => string;
}): Record<string, string>;
export declare type SerializeOptions = Partial<{

@@ -13,0 +13,0 @@ encode: (str: string) => string;

{
"name": "@tinyhttp/cookie",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",

@@ -5,0 +5,0 @@ "description": "HTTP cookie parser and serializer for Node.js",

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