Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pull-window

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-window - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

8

index.js
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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc