Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-localstorage-ts

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-localstorage-ts - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

package.json
{
"name": "react-localstorage-ts",
"version": "1.1.0",
"version": "1.1.1",
"description": "A small library to wrap browser's localstorage in a functional fashion.",

@@ -52,3 +52,3 @@ "main": "index.js",

"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable && cp -r package.json ..",
"postpublish": "&& cp package.json .. && pinst --enable",
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist",

@@ -58,3 +58,3 @@ "type-test": "jest --config=jest.typetests-config.js --passWithNoTests",

"test": "yarn type-test && yarn runtime-test",
"release:dry": "semantic-release -d --no-ci"
"release:dry": "semantic-release -d --no-ci --debug"
},

@@ -61,0 +61,0 @@ "lint-staged": {

#react-localstorage-ts
A small library to wrap browser's localstorage in a functional fashion.
A small library to wrap browser's localstorage in a functional fashion.
[here](https://github.com/semantic-release/semantic-release/blob/1405b94296059c0c6878fb8b626e2c5da9317632/docs/recipes/pre-releases.md) is the release flow explained:
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