@zenfs/core
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -1,5 +0,5 @@ | ||
import type * as Node from 'node:fs'; | ||
import type * as fs from 'node:fs'; | ||
import { Readable, Writable } from 'readable-stream'; | ||
import type { Callback } from '../utils.js'; | ||
export declare class ReadStream extends Readable implements Node.ReadStream { | ||
export declare class ReadStream extends Readable implements fs.ReadStream { | ||
close(callback?: Callback<[void], null>): void; | ||
@@ -11,3 +11,3 @@ wrap(oldStream: NodeJS.ReadableStream): this; | ||
} | ||
export declare class WriteStream extends Writable implements Node.WriteStream { | ||
export declare class WriteStream extends Writable implements fs.WriteStream { | ||
close(callback?: Callback<[void], null>): void; | ||
@@ -14,0 +14,0 @@ bytesWritten: number; |
{ | ||
"name": "@zenfs/core", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A filesystem, anywhere", | ||
@@ -62,3 +62,3 @@ "funding": { | ||
"prepublishOnly": "npm run build", | ||
"postinstall": "patch-package" | ||
"install": "patch-package" | ||
}, | ||
@@ -65,0 +65,0 @@ "lint-staged": { |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
584881