localvalue-ts
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -7,3 +7,3 @@ "use strict"; | ||
try { | ||
var x = "@rehooks/local-storage:" + new Date().toISOString(); | ||
var x = "react-local-storage-test:" + new Date().toISOString(); | ||
localStorage.setItem(x, x); | ||
@@ -10,0 +10,0 @@ localStorage.removeItem(x); |
{ | ||
"name": "localvalue-ts", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A small library to wrap browser's localstorage in a functional fashion.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
27258