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

react-localstorage-ts

Package Overview
Dependencies
Maintainers
2
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 2.0.0-beta.1 to 2.0.0-beta.2

24

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

@@ -9,2 +9,6 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/fido-id/react-localstorage-ts.git"
},
"author": "fes300",

@@ -60,12 +64,14 @@ "license": "MIT",

"scripts": {
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist",
"lint": "prettier -w src/",
"lint:check": "prettier -c src/",
"lint:staged": "lint-staged",
"_postinstall": "is-ci || husky install",
"postpublish": "pinst --enable",
"postversion": "cp -r package.json ..",
"prepublishOnly": "pinst --disable",
"postversion": "cp -r package.json ..",
"postpublish": "pinst --enable",
"lint-staged": "lint-staged",
"build": "rm -rf ./dist && tsc && cp package.json README.md ./dist",
"type-test": "jest --config=jest.typetests-config.js --passWithNoTests",
"runtime-test": "jest --config=jest.config.js --passWithNoTests",
"test": "yarn type-test && yarn runtime-test",
"release:dry": "semantic-release -d --no-ci --debug"
"release-dry": "yarn build && semantic-release -d --no-ci --debug",
"test": "yarn test:type && yarn test:runtime",
"test:runtime": "jest --config=jest.config.js --passWithNoTests",
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests"
},

@@ -72,0 +78,0 @@ "lint-staged": {

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