You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@scaleway/cookie-consent

Package Overview
Dependencies
Maintainers
9
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scaleway/cookie-consent - npm Package Compare versions

Comparing version

to
1.0.2

6

CHANGELOG.md
# @scaleway/cookie-consent
## 1.0.2
### Patch Changes
- [#1560](https://github.com/scaleway/scaleway-lib/pull/1560) [`90d0e18`](https://github.com/scaleway/scaleway-lib/commit/90d0e183b92e059026c4453a62a1309cdd1afbf0) Thanks [@Slashgear](https://github.com/Slashgear)! - Fix configuration of segment integrations with categories by using name instead of creationName
## 1.0.1

@@ -4,0 +10,0 @@

4

dist/CookieConsentProvider/useSegmentIntegrations.js

@@ -24,6 +24,6 @@ import { useState, useEffect } from 'react';

category,
creationName
name
} = _ref;
return {
name: creationName,
name,
category: CATEGORY_MATCH[category] ?? 'marketing'

@@ -30,0 +30,0 @@ };

{
"name": "@scaleway/cookie-consent",
"version": "1.0.1",
"version": "1.0.2",
"description": "React provider to handle website end user consent cookie storage based on segment integrations",

@@ -5,0 +5,0 @@ "type": "module",