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.6 to 3.0.7

2

cjs/types.d.ts

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

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

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

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

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

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

@@ -1,1 +0,1 @@

export * from './es6';
export * from './es6';

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

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

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

{
"name": "universal-cookie",
"version": "3.0.6",
"version": "3.0.7",
"description": "Universal cookies for JavaScript",

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

},
"gitHead": "1e5d93d5ab8b6e374b8936cd136ce8312952e2cf"
"gitHead": "2b6dbedee459d318bf7b4616d024a0deee4a2c2f"
}
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