Comparing version 4.0.0 to 4.0.1
@@ -13,3 +13,3 @@ import { | ||
@default: `false` with `isStream()`, `true` with the other methods | ||
@default true | ||
*/ | ||
@@ -16,0 +16,0 @@ checkOpen?: boolean; |
{ | ||
"name": "is-stream", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Check if something is a Node.js stream", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -51,3 +51,3 @@ # is-stream | ||
Type: `boolean`\ | ||
Default: `false` with [`isStream()`](#isstreamstream-options), `true` with the other methods | ||
Default: `true` | ||
@@ -54,0 +54,0 @@ When this option is `true`, the method returns `false` if the stream has already been closed. |
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
7619