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
1
Versions
169
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 0.9.1 to 0.9.2

3

dist/emulation/promises.d.ts

@@ -20,5 +20,2 @@ /// <reference types="node" resolution-mode="require"/>

export * as constants from './constants.js';
declare global {
const ReadableStream: typeof TReadableStream;
}
export declare class FileHandle implements promises.FileHandle {

@@ -25,0 +22,0 @@ /**

2

dist/emulation/promises.js

@@ -155,3 +155,3 @@ import { Buffer } from 'buffer';

};
return new ReadableStream({ start, type: options.type });
return new globalThis.ReadableStream({ start, type: options.type });
}

@@ -158,0 +158,0 @@ readLines(options) {

{
"name": "@zenfs/core",
"version": "0.9.1",
"version": "0.9.2",
"description": "A filesystem in your browser",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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