react-cookie-consent
Advanced tools
Comparing version 6.2.1 to 6.2.2
@@ -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 }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163977
70561