You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/util-stream

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-stream - npm Package Compare versions

Comparing version
4.3.1
to
4.3.2
+1
-1
dist-types/ByteArrayCollector.d.ts

@@ -11,4 +11,4 @@ /**

push(byteArray: Uint8Array): void;
flush(): Uint8Array<ArrayBufferLike>;
flush(): Uint8Array;
private reset;
}

@@ -11,4 +11,4 @@ /**

push(byteArray: Uint8Array): void;
flush(): Uint8Array<ArrayBufferLike>;
flush(): Uint8Array;
private reset;
}
{
"name": "@smithy/util-stream",
"version": "4.3.1",
"version": "4.3.2",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",