Huge News!Announcing our $40M Series B led by Abstract Ventures.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 6.2.1 to 6.2.2

2

build/index.d.ts

@@ -52,4 +52,4 @@ import * as React from "react";

*/
export function getCookieConsentValue(name?: string);
export function getCookieConsentValue(name?: string): string;
export { Cookies };

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

## [[6.2.2](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/6.2.2)]
- Fixed the return type of getCookieConsentValue in the dts file.
## [[6.2.1](https://github.com/Mastermindzh/react-cookie-consent/releases/tag/6.2.1)]

@@ -10,0 +14,0 @@

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

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

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

@@ -52,4 +52,4 @@ import * as React from "react";

*/
export function getCookieConsentValue(name?: string);
export function getCookieConsentValue(name?: string): string;
export { Cookies };
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