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

localstorage-down

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localstorage-down - npm Package Compare versions

Comparing version 0.6.5 to 0.6.6

lib/index.js

13

package.json

@@ -15,4 +15,4 @@ {

],
"version": "0.6.5",
"main": "index.js",
"version": "0.6.6",
"main": "lib/index.js",
"dependencies": {

@@ -34,3 +34,3 @@ "abstract-leveldown": "0.12.3",

"tape": "^2.12.3",
"zuul": "^3.7.3"
"zuul": "3.8.0"
},

@@ -48,3 +48,3 @@ "repository": {

"test-zuul-local": "npm run jshint && zuul --ui tape --local tests/*.js",
"jshint": "jshint -c .jshintrc *.js tests/*.js",
"jshint": "jshint -c .jshintrc lib/*.js tests/*.js",
"coverage": "istanbul cover ./node_modules/.bin/tape tests/*.js && istanbul check-coverage --lines 50 --function 50 --statements 50 --branches 50",

@@ -72,3 +72,6 @@ "report-coverage": "npm run coverage && istanbul-coveralls --no-rm"

"license": "MIT",
"gypfile": false
"gypfile": false,
"files": [
"lib"
]
}
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