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
0
Versions
24
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 2.0.6 to 2.0.7

1

dist/CookieConsentProvider/CookieConsentProvider.js

@@ -38,3 +38,2 @@ import { jsx } from "react/jsx-runtime";

const [needConsent, setNeedsConsent] = useState(false);
console.debug("document cookie", document.cookie);
const [cookies, setCookies] = useState(

@@ -41,0 +40,0 @@ IS_CLIENT ? parse(document.cookie) : {}

2

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

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs",

Sorry, the diff of this file is not supported yet

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