pull-window
Advanced tools
Comparing version 2.1.3 to 2.1.4
var looper = require('looper') | ||
var Through = require('pull-core').Through | ||
var window = module.exports = | ||
Through(function (read, init, start) { | ||
var window = module.exports = function (init, start) { | ||
return function (read) { | ||
start = start || function (start, data) { | ||
@@ -55,3 +54,3 @@ return {start: start, data: data} | ||
} | ||
}) | ||
}} | ||
@@ -101,1 +100,2 @@ window.recent = function (size, time) { | ||
} | ||
{ | ||
"name": "pull-window", | ||
"description": "", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"homepage": "https://github.com/dominictarr/pull-window", | ||
@@ -11,7 +11,6 @@ "repository": { | ||
"dependencies": { | ||
"pull-core": "~1.0.0", | ||
"looper": "2.0.0" | ||
"looper": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"pull-stream": "~2.20", | ||
"pull-stream": "^3.4.0", | ||
"tape": "~1.0.4" | ||
@@ -18,0 +17,0 @@ }, |
@@ -9,3 +9,3 @@ var pull = require('pull-stream') | ||
pull( | ||
pull.Source(function () { | ||
(function () { | ||
var i = 0 | ||
@@ -12,0 +12,0 @@ |
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
1
14899
378
- Removedpull-core@~1.0.0
- Removedpull-core@1.0.0(transitive)
Updatedlooper@^2.0.0