pull-level
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "pull-level", | ||
"description": "pull-stream interface to levelup", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/dominictarr/pull-level", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -7,2 +7,6 @@ var Live = require('pull-live') | ||
module.exports = function (db, opts) { | ||
if(opts && opts.tail) { | ||
console.error('pull-level: .tail option is depreciated. use .live instead') | ||
opts.live = opts.tail | ||
} | ||
return Live(function (opts) { | ||
@@ -9,0 +13,0 @@ return old(db, opts) |
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
15553
409