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

node-localstorage

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-localstorage - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

9

package.json
{
"name": "node-localstorage",
"version": "2.1.2",
"version": "2.1.3",
"main": "./LocalStorage",

@@ -33,4 +33,7 @@ "description": "A drop-in substitute for the browser native localStorage API that runs on node.js.",

"scripts": {
"test": "npm run build; coffeetape test/*.coffee | tap-spec",
"coverage": "npm run build; nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc",
"test": "npm run build && coffeetape test/*.coffee | tap-spec",
"coverage": "npm run build && nyc --reporter=lcov coffeetape test/*.coffee | tap-nyc",
"publish:patch": "npm run test && npm version patch && npm publish",
"publish:minor": "npm run test && npm version minor && npm publish",
"publish:major": "npm run test && npm version major && npm publish",
"coverage:report": "nyc report --reporter=text-summary",

@@ -37,0 +40,0 @@ "build": "coffee -c *.coffee",

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