Socket
Socket
Sign inDemoInstall

@types/cookie

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 0.5.2

4

cookie/index.d.ts

@@ -83,3 +83,3 @@ // Type definitions for cookie 0.5

*/
priority?: 'low' | 'medium' | 'high' | undefined;
priority?: "low" | "medium" | "high" | undefined;
/**

@@ -102,3 +102,3 @@ * Specifies the boolean or string to be the value for the {@link https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.7|`SameSite` `Set-Cookie` attribute}.

*/
sameSite?: true | false | 'lax' | 'strict' | 'none' | undefined;
sameSite?: true | false | "lax" | "strict" | "none" | undefined;
/**

@@ -105,0 +105,0 @@ * Specifies the boolean value for the {@link https://tools.ietf.org/html/rfc6265#section-5.2.5|`Secure` `Set-Cookie` attribute}. When truthy, the

{
"name": "@types/cookie",
"version": "0.5.1",
"version": "0.5.2",
"description": "TypeScript definitions for cookie",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie",

"dependencies": {},
"typesPublisherContentHash": "889816d642ca5301186f4728f4ed8cefb740a4dddf3b408be1ae3b4fb7886a61",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "4e70a1a30dbc55432615b31b7386dce85c5e4f67cadc675b2aad1d3d40d19093",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 20 Apr 2022 20:01:27 GMT
* Last updated: Mon, 04 Sep 2023 15:41:12 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc