Socket
Socket
Sign inDemoInstall

localvalue-ts

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localvalue-ts - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

11

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

@@ -33,2 +33,3 @@ "main": "index.js",

"@types/jest": "^26.0.20",
"cz-conventional-changelog": "3.3.0",
"dts-jest": "^23.3.0",

@@ -64,3 +65,4 @@ "husky": "^5.1.1",

"test:runtime": "jest --config=jest.config.js --passWithNoTests",
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests"
"test:type": "jest --config=jest.typetests-config.js --passWithNoTests",
"commit": "cz"
},

@@ -74,3 +76,8 @@ "lint-staged": {

]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
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