use-local-storage-state
Advanced tools
Comparing version 8.0.3 to 9.0.0-0
{ | ||
"name": "use-local-storage-state", | ||
"version": "8.0.3", | ||
"version": "9.0.0-0", | ||
"description": "React hook that persist data in local storage. Done right.", | ||
@@ -25,6 +25,6 @@ "license": "MIT", | ||
], | ||
"jsnext:main": "index.js", | ||
"module": "esm/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc && tsc --project tsconfig.esm.json", | ||
"size": "yarn run build && size-limit", | ||
@@ -38,4 +38,4 @@ "lint": "eslint --cache --format=pretty --ext=.ts ./", | ||
{ | ||
"path": "index.js", | ||
"limit": "2.3 KB", | ||
"path": "esm/index.js", | ||
"limit": "2 KB", | ||
"gzip": false | ||
@@ -45,5 +45,5 @@ }, | ||
"name": "useLocalStorageState", | ||
"path": "index.js", | ||
"path": "esm/index.js", | ||
"import": "{ useLocalStorageState }", | ||
"limit": "2.3 KB", | ||
"limit": "1.6 KB", | ||
"gzip": false | ||
@@ -53,5 +53,5 @@ }, | ||
"name": "createLocalStorageState", | ||
"path": "index.js", | ||
"path": "esm/index.js", | ||
"import": "{ createLocalStorageStateHook }", | ||
"limit": "2.3 KB", | ||
"limit": "1.6 KB", | ||
"gzip": false | ||
@@ -58,0 +58,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19028
2