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

localstorage-down

Package Overview
Dependencies
Maintainers
1
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.4.0 to 0.4.1

1

index.js

@@ -78,2 +78,3 @@ var util = require('util')

function ld (location) {
if (!(this instanceof ld)) return new ld(location)
AbstractLevelDOWN.call(this, location)

@@ -80,0 +81,0 @@ var wstore = require('./localstorage').localStorage;

@@ -0,0 +0,0 @@ function localStorage(dbname){

5

package.json

@@ -5,3 +5,4 @@ {

, "contributors" : [
"Anton Whalley <antonwhalley@vodafone.ie> (https://github.com/no9)"
"Anton Whalley <antonwhalley@vodafone.ie> (https://github.com/no9)",
"Adam Shih (https://github.com/adamshih)"
]

@@ -15,3 +16,3 @@ , "keywords": [

]
, "version" : "0.4.0"
, "version" : "0.4.1"
, "main" : "index.js"

@@ -18,0 +19,0 @@ , "dependencies" : {

@@ -87,1 +87,7 @@ # localstorage-down

View console logs in the browser to see test output.
## Contributors
Anton Whalley https://github.com/no9
Adam Shih https://github.com/adamshih

@@ -0,0 +0,0 @@ var tape = require('tape')

@@ -0,0 +0,0 @@ var dbidx = 0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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