Socket
Socket
Sign inDemoInstall

browser-fs-access

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-fs-access - npm Package Compare versions

Comparing version 0.29.1 to 0.29.2

dist/file-save-0bb4323c.js

4

index.d.ts

@@ -61,6 +61,6 @@ /**

legacySetup?: (
resolve: (value: Blob) => void,
resolve: () => void,
rejectionHandler: () => void,
anchor: HTMLAnchorElement
) => (reject?: (reason?: any) => void) => void;
) => () => void;
}

@@ -67,0 +67,0 @@

{
"name": "browser-fs-access",
"version": "0.29.1",
"version": "0.29.2",
"description": "File System Access API with legacy fallback in the browser.",

@@ -52,7 +52,7 @@ "type": "module",

"devDependencies": {
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"http-server": "^14.1.0",
"microbundle": "^0.14.2",
"microbundle": "^0.15.0",
"prettier": "^2.6.2",

@@ -59,0 +59,0 @@ "shx": "^0.3.4"

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