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.25.2 to 0.25.3

dist/index.mjs

11

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

@@ -9,4 +9,5 @@ "type": "module",

".": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
"module": "./dist/index.mjs",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},

@@ -16,3 +17,3 @@ "./package.json": "./package.json"

"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

@@ -25,3 +26,3 @@ "files": [

"clean": "shx rm -rf ./dist",
"build": "npm run clean && microbundle -f modern,esm,cjs --sourcemap false",
"build": "npm run clean && microbundle -f modern,cjs --sourcemap false",
"dev": "microbundle watch",

@@ -28,0 +29,0 @@ "prepare": "npm run lint && npm run fix && npm run build",

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