Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.21.0 to 0.21.1

4

index.d.ts

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

id?: string;
/** Callback to determine whether a directory should be entered, return `true` to skip. */
skipDirectory?: (
fileSystemDirectoryEntry: FileSystemDirectoryEntry
) => boolean;
/**

@@ -166,0 +170,0 @@ * Configurable setup, cleanup and `Promise` rejector usable with legacy API

4

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

@@ -46,3 +46,3 @@ "browser": "./dist/index.js",

"devDependencies": {
"eslint": "^8.1.0",
"eslint": "^8.2.0",
"eslint-config-google": "^0.14.0",

@@ -49,0 +49,0 @@ "eslint-config-prettier": "^8.3.0",

@@ -123,2 +123,4 @@ # Browser-FS-Access

id: 'projects',
// Callback to determine whether a directory should be entered, return `true` to skip.
skipDirectory: (entry) => entry.name[0] === '.',
};

@@ -125,0 +127,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc