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

@datastream/file

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datastream/file - npm Package Compare versions

Comparing version
0.3.0
to
0.3.1
+7
-3
index.d.ts
// Copyright 2026 will Farrell, and datastream contributors.
// SPDX-License-Identifier: MIT
import type { StreamOptions } from "@datastream/core";
import type {
DatastreamReadable,
DatastreamWritable,
StreamOptions,
} from "@datastream/core";

@@ -15,3 +19,3 @@ export interface FilePickerTypes {

streamOptions?: StreamOptions,
): Promise<unknown>;
): Promise<DatastreamReadable>;

@@ -24,3 +28,3 @@ export function fileWriteStream(

streamOptions?: StreamOptions,
): Promise<unknown>;
): Promise<DatastreamWritable>;

@@ -27,0 +31,0 @@ declare const _default: {

{
"name": "@datastream/file",
"version": "0.3.0",
"version": "0.3.1",
"description": "File system readable and writable streams with extension type enforcement",

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

"dependencies": {
"@datastream/core": "0.3.0"
"@datastream/core": "0.3.1"
}
}