react-cookie
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "react-cookie", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Load and save cookies within your React application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,3 +65,3 @@ # react-cookie | ||
### `reactCookie.get(name: string)` | ||
### `reactCookie.load(name: string)` | ||
### `reactCookie.save(name: string, val, [opt])` | ||
@@ -68,0 +68,0 @@ |
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
4249