@smithy/util-stream
Advanced tools
Comparing version 3.3.3 to 3.3.4
import { Readable } from "stream"; | ||
/** | ||
* @internal | ||
* @param stream | ||
* @param stream - to be read. | ||
* @param bytes - read head bytes from the stream and discard the rest of it. | ||
@@ -6,0 +6,0 @@ * |
/// <reference types="node" /> | ||
import type { Readable } from "stream"; | ||
/** | ||
* @param stream | ||
* @internal | ||
* @param stream - to be split. | ||
* @returns stream split into two identical streams. | ||
@@ -6,0 +7,0 @@ */ |
import { Readable } from "stream"; | ||
/** | ||
* @internal | ||
* @param stream | ||
* @param stream - to be read. | ||
* @param bytes - read head bytes from the stream and discard the rest of it. | ||
@@ -6,0 +6,0 @@ * |
/// <reference types="node" /> | ||
import { Readable } from "stream"; | ||
/** | ||
* @param stream | ||
* @internal | ||
* @param stream - to be split. | ||
* @returns stream split into two identical streams. | ||
@@ -6,0 +7,0 @@ */ |
{ | ||
"name": "@smithy/util-stream", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"scripts": { | ||
@@ -31,3 +31,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"dependencies": { | ||
"@smithy/fetch-http-handler": "^4.1.2", | ||
"@smithy/fetch-http-handler": "^4.1.3", | ||
"@smithy/node-http-handler": "^3.3.3", | ||
@@ -34,0 +34,0 @@ "@smithy/types": "^3.7.2", |
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
69191
1390