New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

use-local-storage-state

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-local-storage-state - npm Package Compare versions

Comparing version 8.0.3 to 9.0.0-0

18

package.json
{
"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 @@ }

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