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 9.0.0-0 to 9.0.0-1

11

package.json
{
"name": "use-local-storage-state",
"version": "9.0.0-0",
"version": "9.0.0-1",
"description": "React hook that persist data in local storage. Done right.",

@@ -25,3 +25,4 @@ "license": "MIT",

],
"module": "esm/index.js",
"module": "es",
"jsnext:main": "es",
"sideEffects": false,

@@ -38,3 +39,3 @@ "scripts": {

{
"path": "esm/index.js",
"path": "es/index.js",
"limit": "2 KB",

@@ -45,3 +46,3 @@ "gzip": false

"name": "useLocalStorageState",
"path": "esm/index.js",
"path": "es/index.js",
"import": "{ useLocalStorageState }",

@@ -53,3 +54,3 @@ "limit": "1.6 KB",

"name": "createLocalStorageState",
"path": "esm/index.js",
"path": "es/index.js",
"import": "{ createLocalStorageStateHook }",

@@ -56,0 +57,0 @@ "limit": "1.6 KB",

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