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

universal-cookie

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

universal-cookie - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

1

cjs/types.d.ts

@@ -12,2 +12,3 @@ export declare type Cookie = any;

httpOnly?: boolean;
sameSite?: boolean | "lax" | "strict";
}

@@ -14,0 +15,0 @@ export interface CookieChangeOptions {

@@ -12,2 +12,3 @@ export declare type Cookie = any;

httpOnly?: boolean;
sameSite?: boolean | "lax" | "strict";
}

@@ -14,0 +15,0 @@ export interface CookieChangeOptions {

@@ -12,2 +12,3 @@ export declare type Cookie = any;

httpOnly?: boolean;
sameSite?: boolean | "lax" | "strict";
}

@@ -14,0 +15,0 @@ export interface CookieChangeOptions {

4

package.json
{
"name": "universal-cookie",
"version": "3.0.3",
"version": "3.0.4",
"description": "Universal cookies for JavaScript",

@@ -45,3 +45,3 @@ "main": "cjs/index.js",

},
"gitHead": "1890e812e41ced578abd5403bfc7607895826172"
"gitHead": "764ead9891f02c6fa181dc8ac065a9e2fa0dd455"
}
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