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

pull-flat-merge

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pull-flat-merge - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

index.js
var S = require('pull-stream/pull')
var once = require('pull-stream/sources/once')
S.drain = require('pull-stream/sinks/drain')

@@ -9,2 +10,3 @@ var many = require('pull-many')

S(source, S.drain(function onEvent (s) {
if (typeof s !== 'function') return m.add(once(s))
m.add(s)

@@ -11,0 +13,0 @@ }, function onEnd (err) {

2

package.json
{
"name": "pull-flat-merge",
"version": "2.0.2",
"version": "2.0.3",
"description": "Flat map for pull streams",

@@ -5,0 +5,0 @@ "main": "index.js",

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