Comparing version 2.0.0 to 2.0.1
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9748