Socket
Socket
Sign inDemoInstall

pull-stream

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-stream - npm Package Compare versions

Comparing version 3.6.4 to 3.6.5

2

package.json
{
"name": "pull-stream",
"description": "minimal pull stream",
"version": "3.6.4",
"version": "3.6.5",
"homepage": "https://pull-stream.github.io",

@@ -6,0 +6,0 @@ "repository": {

@@ -128,3 +128,3 @@ var pull = require('../')

// pull.take(5),
pull.asyncMap((data, cb) => {
pull.asyncMap(function (data, cb) {
setTimeout(() => {

@@ -131,0 +131,0 @@ if(++i < 5) cb(null, data)

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