Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.15.0 to 0.15.1

6

index.d.ts

@@ -44,2 +44,8 @@ /**

/**
* Whether the File System Access API is supported.
*/
declare const supported: boolean;
export default supported;
export function imageToBlob(img: HTMLImageElement): Promise<Blob>;

@@ -46,0 +52,0 @@

2

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

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

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