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 18.2.1 to 18.3.0

10

package.json
{
"name": "use-local-storage-state",
"version": "18.2.1",
"version": "18.3.0",
"description": "React hook that persist data in localStorage",

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

],
"module": "es/index.js",
"jsnext:main": "es/index.js",
"module": "./es/index.js",
"jsnext:main": "./es/index.js",
"exports": {
"import": "./es/index.js",
"require": "./index.js"
},
"sideEffects": false,

@@ -29,0 +33,0 @@ "scripts": {

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