Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@datastream/digest

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastream/digest - npm Package Compare versions

Comparing version
0.1.6
to
0.2.0
+5
-5
index.d.ts

@@ -13,2 +13,6 @@ // Copyright 2026 will Farrell, and datastream contributors.

type DigestStreamResult = unknown & {
result: () => StreamResult<string>;
};
export function digestStream(

@@ -20,8 +24,4 @@ options: {

streamOptions?: StreamOptions,
): Promise<
unknown & {
result: () => StreamResult<string>;
}
>;
): DigestStreamResult | Promise<DigestStreamResult>;
export default digestStream;
{
"name": "@datastream/digest",
"version": "0.1.6",
"version": "0.2.0",
"description": "Cryptographic hash digest pass-through streams",

@@ -63,5 +63,5 @@ "type": "module",

"dependencies": {
"@datastream/core": "0.1.6",
"@datastream/core": "0.2.0",
"hash-wasm": "4.12.0"
}
}