Socket
Socket
Sign inDemoInstall

browser-nativefs

Package Overview
Dependencies
0
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.8.1

2

index.d.ts

@@ -22,3 +22,3 @@ export function fileOpen(options?: {

export function fileSave(blob: Blob, options?: FileSaveOptions, handle?: FileSystemHandle | null): Promise<void>;
export function fileSave(blob: Blob, options?: FileSaveOptions, handle?: FileSystemHandle | null): Promise<FileSystemHandle>;

@@ -25,0 +25,0 @@ export interface DirectoryOpenOptions {

{
"name": "browser-nativefs",
"version": "0.8.0",
"version": "0.8.1",
"description": "Native File System 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

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