localstorage-down
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -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,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
440
93
19024