pull-level
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -22,3 +22,2 @@ var pull = require('pull-stream') | ||
var cleanup = post(db, opts, function (ch) { | ||
console.log('post!', ch) | ||
l.push(ch) | ||
@@ -64,3 +63,2 @@ }) | ||
pull.asyncMap(function (batch, cb) { | ||
console.log('write batch', batch) | ||
db.batch(batch, cb) | ||
@@ -67,0 +65,0 @@ }), |
@@ -5,3 +5,3 @@ | ||
"description": "pull-stream interface to levelup", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"homepage": "https://github.com/dominictarr/pull-level", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
11209
283