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 1.1.1 to 1.1.2

2

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

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

@@ -15,3 +15,5 @@ # pull flat merge

S.values([1,2,3]),
S.values(['a', 'b', 'c'])
S.values(['a', 'b', 'c']),
// non-streams are simply passed through
'string'
])

@@ -24,3 +26,3 @@

t.error(err)
t.deepEqual(evs, [1,'a',2,'b',3,'c'], 'should emit the events')
t.deepEqual(evs, [1,'a','string',2,'b',3,'c'], 'should emit the events')
})

@@ -27,0 +29,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