Comparing version 3.3.1 to 3.3.2
@@ -30,3 +30,3 @@ /// <reference types="node" /> | ||
declare class Minipass< | ||
export default class Minipass< | ||
RType extends any = Buffer, | ||
@@ -98,3 +98,3 @@ WType extends any = RType extends BufferOrString ? ContiguousData : RType | ||
pipe<W extends Writable>(dest: W, opts?: Minipass.PipeOptions): W | ||
unpipe<W extends Writable>(dest: W) | ||
unpipe<W extends Writable>(dest: W): void | ||
@@ -101,0 +101,0 @@ /** |
{ | ||
"name": "minipass", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "minimal implementation of a PassThrough stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
47903