You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

svelte-cookie-consent

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-cookie-consent - npm Package Compare versions

Comparing version

to
2.2.3

2

dist/types.d.ts

@@ -49,3 +49,3 @@ /**

*/
export type Choices = Record<SuggestedChoices | (string & {}), Choice>;
export type Choices = Partial<Record<SuggestedChoices, Choice>> & Record<string, Choice>;

@@ -52,0 +52,0 @@ /**

{
"name": "svelte-cookie-consent",
"version": "2.2.2",
"version": "2.2.3",
"description": "A GDPR compliant cookie banner",

@@ -5,0 +5,0 @@ "license": "MIT",

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

# Svelte Cookie Banner
# Svelte Cookie Consent

@@ -3,0 +3,0 @@ [![docs](https://img.shields.io/badge/DOCS-8A2BE)](https://svelte-cookie-consent.js.org/)