level-sublevel
Advanced tools
Comparing version 6.4.3 to 6.4.4
{ | ||
"name": "level-sublevel", | ||
"description": "partition levelup databases", | ||
"version": "6.4.3", | ||
"version": "6.4.4", | ||
"homepage": "https://github.com/dominictarr/level-sublevel", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -132,2 +132,3 @@ var EventEmitter = require('events').EventEmitter | ||
emitter.readStream = | ||
emitter.createReadStream = function (opts) { | ||
@@ -147,2 +148,3 @@ opts = mergeOpts(opts) | ||
emitter.valueStream = | ||
emitter.createValueStream = function (opts) { | ||
@@ -155,2 +157,3 @@ opts = opts || {} | ||
emitter.keyStream = | ||
emitter.createKeyStream = function (opts) { | ||
@@ -157,0 +160,0 @@ opts = 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
79621
52
2399