New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-cookie-consent

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cookie-consent - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [4.1.0]
### changed
- Added CookieConsent back in as the default for the containerClasses property.
## [4.0.0]

@@ -10,0 +16,0 @@

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "4.0.0",
"version": "4.1.0",
"description": "A small, simple and customizable cookie consent bar for use in React applications.",

@@ -10,0 +10,0 @@ "main": "build/index.js",

@@ -328,3 +328,3 @@ import React, { Component } from "react";

expires: 365,
containerClasses: "",
containerClasses: "CookieConsent",
contentClasses: "",

@@ -331,0 +331,0 @@ buttonClasses: "",

Sorry, the diff of this file is too big to display

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