Comparing version 3.3.3 to 3.3.4
@@ -79,4 +79,4 @@ /// <reference types="node" /> | ||
...args: RType extends Buffer | ||
? [options?: Options<RType>] | ||
: [options: Options<RType>] | ||
? [] | [Options<RType>] | ||
: [Options<RType>] | ||
) | ||
@@ -83,0 +83,0 @@ |
{ | ||
"name": "minipass", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"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
47841