@smithy/util-stream
Advanced tools
+11
-11
@@ -22,7 +22,7 @@ var __defProp = Object.defineProperty; | ||
| // src/index.ts | ||
| var src_exports = {}; | ||
| __export(src_exports, { | ||
| var index_exports = {}; | ||
| __export(index_exports, { | ||
| Uint8ArrayBlobAdapter: () => Uint8ArrayBlobAdapter | ||
| }); | ||
| module.exports = __toCommonJS(src_exports); | ||
| module.exports = __toCommonJS(index_exports); | ||
@@ -82,10 +82,10 @@ // src/blob/transforms.ts | ||
| // src/index.ts | ||
| __reExport(src_exports, require("./checksum/ChecksumStream"), module.exports); | ||
| __reExport(src_exports, require("./checksum/createChecksumStream"), module.exports); | ||
| __reExport(src_exports, require("././createBufferedReadable"), module.exports); | ||
| __reExport(src_exports, require("././getAwsChunkedEncodingStream"), module.exports); | ||
| __reExport(src_exports, require("././headStream"), module.exports); | ||
| __reExport(src_exports, require("././sdk-stream-mixin"), module.exports); | ||
| __reExport(src_exports, require("././splitStream"), module.exports); | ||
| __reExport(src_exports, require("././stream-type-check"), module.exports); | ||
| __reExport(index_exports, require("./checksum/ChecksumStream"), module.exports); | ||
| __reExport(index_exports, require("./checksum/createChecksumStream"), module.exports); | ||
| __reExport(index_exports, require("././createBufferedReadable"), module.exports); | ||
| __reExport(index_exports, require("././getAwsChunkedEncodingStream"), module.exports); | ||
| __reExport(index_exports, require("././headStream"), module.exports); | ||
| __reExport(index_exports, require("././sdk-stream-mixin"), module.exports); | ||
| __reExport(index_exports, require("././splitStream"), module.exports); | ||
| __reExport(index_exports, require("././stream-type-check"), module.exports); | ||
| // Annotate the CommonJS export names for ESM import in node: | ||
@@ -92,0 +92,0 @@ |
@@ -1,2 +0,2 @@ | ||
| import { Checksum, Encoder } from "@smithy/types"; | ||
| import type { Checksum, Encoder } from "@smithy/types"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,3 +0,4 @@ | ||
| import { Checksum, Encoder } from "@smithy/types"; | ||
| import { Duplex, Readable } from "stream"; | ||
| import type { Checksum, Encoder } from "@smithy/types"; | ||
| import type { Readable } from "stream"; | ||
| import { Duplex } from "stream"; | ||
| /** | ||
@@ -4,0 +5,0 @@ * @internal |
@@ -1,2 +0,2 @@ | ||
| import { ChecksumStreamInit } from "./ChecksumStream.browser"; | ||
| import type { ChecksumStreamInit } from "./ChecksumStream.browser"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,4 +0,4 @@ | ||
| import { Readable } from "stream"; | ||
| import { ChecksumStreamInit } from "./ChecksumStream"; | ||
| import { ReadableStreamType } from "./createChecksumStream.browser"; | ||
| import type { Readable } from "stream"; | ||
| import type { ChecksumStreamInit } from "./ChecksumStream"; | ||
| import type { ReadableStreamType } from "./createChecksumStream.browser"; | ||
| /** | ||
@@ -5,0 +5,0 @@ * @internal |
@@ -1,2 +0,2 @@ | ||
| import { GetAwsChunkedEncodingStream } from "@smithy/types"; | ||
| import type { GetAwsChunkedEncodingStream } from "@smithy/types"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,2 +0,2 @@ | ||
| import { GetAwsChunkedEncodingStream } from "@smithy/types"; | ||
| import type { GetAwsChunkedEncodingStream } from "@smithy/types"; | ||
| import { Readable } from "stream"; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
| import { Readable } from "stream"; | ||
| import type { Readable } from "stream"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * @internal |
@@ -1,2 +0,2 @@ | ||
| import { SdkStream } from "@smithy/types"; | ||
| import type { SdkStream } from "@smithy/types"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * The stream handling utility functions for browsers and React Native |
@@ -1,2 +0,2 @@ | ||
| import { SdkStream } from "@smithy/types"; | ||
| import type { SdkStream } from "@smithy/types"; | ||
| import { Readable } from "stream"; | ||
@@ -3,0 +3,0 @@ /** |
| import { Checksum, Encoder } from "@smithy/types"; | ||
| import { Duplex, Readable } from "stream"; | ||
| import { Readable } from "stream"; | ||
| import { Duplex } from "stream"; | ||
| /** | ||
@@ -4,0 +5,0 @@ * @internal |
+13
-12
| { | ||
| "name": "@smithy/util-stream", | ||
| "version": "4.2.4", | ||
| "version": "4.3.0", | ||
| "scripts": { | ||
@@ -16,7 +16,7 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
| "test": "yarn g:vitest run && yarn test:browser", | ||
| "test:integration": "yarn g:vitest run -c vitest.config.integ.ts", | ||
| "test:integration": "yarn g:vitest run -c vitest.config.integ.mts", | ||
| "test:watch": "yarn g:vitest watch", | ||
| "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts", | ||
| "test:browser": "yarn g:vitest run -c vitest.config.browser.ts", | ||
| "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.ts" | ||
| "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts", | ||
| "test:browser": "yarn g:vitest run -c vitest.config.browser.mts", | ||
| "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts" | ||
| }, | ||
@@ -31,10 +31,11 @@ "main": "./dist-cjs/index.js", | ||
| "license": "Apache-2.0", | ||
| "sideEffects": false, | ||
| "dependencies": { | ||
| "@smithy/fetch-http-handler": "^5.1.1", | ||
| "@smithy/node-http-handler": "^4.1.1", | ||
| "@smithy/types": "^4.3.2", | ||
| "@smithy/util-base64": "^4.0.0", | ||
| "@smithy/util-buffer-from": "^4.0.0", | ||
| "@smithy/util-hex-encoding": "^4.0.0", | ||
| "@smithy/util-utf8": "^4.0.0", | ||
| "@smithy/fetch-http-handler": "^5.2.0", | ||
| "@smithy/node-http-handler": "^4.2.0", | ||
| "@smithy/types": "^4.4.0", | ||
| "@smithy/util-base64": "^4.1.0", | ||
| "@smithy/util-buffer-from": "^4.1.0", | ||
| "@smithy/util-hex-encoding": "^4.1.0", | ||
| "@smithy/util-utf8": "^4.1.0", | ||
| "tslib": "^2.6.2" | ||
@@ -41,0 +42,0 @@ }, |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
88570
0.18%1921
0.1%