Socket
Socket
Sign inDemoInstall

@types/wicg-file-system-access

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2023.10.0 to 2023.10.1

10

wicg-file-system-access/index.d.ts

@@ -33,6 +33,6 @@ // Type definitions for non-npm package File System Access API 2023.10

type FileSystemHandleUnion = FileSystemFileHandle | FileSystemDirectoryHandle;
type FileExtension = `.${string}`
type MIMEType = `${string}/${string}`
type FileExtension = `.${string}`;
type MIMEType = `${string}/${string}`;
interface FilePickerAcceptType {

@@ -49,3 +49,3 @@ /**

*/
type WellKnownDirectory = "desktop" | "documents" | "downloads" | "music" | "pictures" | "videos"
type WellKnownDirectory = "desktop" | "documents" | "downloads" | "music" | "pictures" | "videos";

@@ -73,3 +73,3 @@ interface FilePickerOptions {

type FileSystemPermissionMode = "read" | "readwrite"
type FileSystemPermissionMode = "read" | "readwrite";

@@ -76,0 +76,0 @@ interface DirectoryPickerOptions {

{
"name": "@types/wicg-file-system-access",
"version": "2023.10.0",
"version": "2023.10.1",
"description": "TypeScript definitions for File System Access API",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wicg-file-system-access",

"dependencies": {},
"typesPublisherContentHash": "b9c3592e5441443ccce11d43d8b949236c1e24e3d8e35ba8f42789e8466a84a9",
"typesPublisherContentHash": "d1378a89186743e493ff641475bb551066c6a19e015c02b46f026f334838a66b",
"typeScriptVersion": "4.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 03 Oct 2023 17:35:01 GMT
* Last updated: Fri, 06 Oct 2023 23:05:45 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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