Socket
Socket
Sign inDemoInstall

browser-fs-access

Package Overview
Dependencies
0
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.1 to 0.17.2

6

index.d.ts

@@ -68,3 +68,3 @@ /**

recursive: boolean;
}): Promise<File[]>;
}): Promise<FileWithDirectoryHandle[]>;

@@ -82,2 +82,6 @@ /**

export interface FileWithDirectoryHandle extends File {
directoryHandle?: FileSystemHandle;
}
// The following typings implement the relevant parts of the File System Access

@@ -84,0 +88,0 @@ // API. This can be removed once the specification reaches the Candidate phase

2

package.json
{
"name": "browser-fs-access",
"version": "0.17.1",
"version": "0.17.2",
"description": "File System Access API with legacy fallback in the browser.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc