p-transform
Advanced tools
Comparing version 3.0.1 to 3.0.2
import { type TransformMethod } from './queue.js'; | ||
export * from './queue.js'; | ||
declare const pipeline: any; | ||
@@ -3,0 +4,0 @@ export { pipeline }; |
import readableStream from 'readable-stream'; | ||
import { OutOfOrder } from './queue.js'; | ||
export * from './queue.js'; | ||
const { pipeline } = readableStream.promises; | ||
@@ -4,0 +5,0 @@ export { pipeline }; |
{ | ||
"name": "p-transform", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"bugs": "https://github.com/mshima/p-transform/issues", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
24475
179