New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zenfs/core

Package Overview
Dependencies
Maintainers
0
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenfs/core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

dist/emulation/streams.d.ts

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc