New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 1.0.0 to 1.0.1

8

CHANGELOG.md
# @scaleway/cookie-consent
## 1.0.1
### Patch Changes
- [#1537](https://github.com/scaleway/scaleway-lib/pull/1537) [`2a8bc8b`](https://github.com/scaleway/scaleway-lib/commit/2a8bc8b11fc23ba4bc2bf2b90b64dbce8ffd4d0c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@types/cookie` to `0.5.2`.
- [#1553](https://github.com/scaleway/scaleway-lib/pull/1553) [`61156f6`](https://github.com/scaleway/scaleway-lib/commit/61156f6656c1707d260eaece0ea1713fdcf7946e) Thanks [@rachidBensaid](https://github.com/rachidBensaid)! - Pass cookie options when removing consent for a specific category
## 1.0.0

@@ -4,0 +12,0 @@

1

dist/CookieConsentProvider/CookieConsentProvider.js

@@ -70,2 +70,3 @@ import cookie from 'cookie';

document.cookie = cookie.serialize(cookieName, '', {
...cookiesOptions,
expires: new Date(0)

@@ -72,0 +73,0 @@ });

4

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

@@ -31,3 +31,3 @@ "type": "module",

"devDependencies": {
"@types/cookie": "0.5.1",
"@types/cookie": "0.5.2",
"react": "18.2.0"

@@ -34,0 +34,0 @@ },

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