Socket
Socket
Sign inDemoInstall

it-pair

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

it-pair - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "it-pair",
"description": "pair a source async iterable stream and a sink async iterable stream",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/alanshaw/it-pair",

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

@@ -13,4 +13,4 @@ # it-pair

``` js
var pipe = require('it-pipe')
var pair = require('it-pair')
import { pipe } from 'it-pipe'
import { pair } from 'it-pair'

@@ -39,5 +39,5 @@ var p = pair()

``` js
var DuplexPair = require('it-pair/duplex')
import { duplex } from 'it-pair/duplex'
var d = DuplexPair()
var d = duplex()

@@ -44,0 +44,0 @@ //the "client": pipe to the first duplex and get the response.

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