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.21.1 to 0.22.0

dist/cjs/index.js

18

package.json
{
"name": "browser-fs-access",
"version": "0.21.1",
"version": "0.22.0",
"description": "File System Access API with legacy fallback in the browser.",
"browser": "./dist/index.js",
"main": "./dist/index.js",
"browser": "./dist/esm/index.js",
"main": "./dist/esm/index.js",
"exports": {

@@ -14,3 +14,3 @@ ".": "./dist/index.js",

},
"module": "./dist/index.js",
"module": "./dist/esm/index.js",
"type": "module",

@@ -21,3 +21,3 @@ "types": "./index.d.ts",

"clean": "shx rm -rf ./dist",
"build": "npm run clean && shx mkdir ./dist && shx mkdir ./dist/legacy && shx mkdir ./dist/fs-access && shx mkdir ./dist/fs-access-legacy && bash ./build.sh",
"build": "node esbuild.config.js",
"prepare": "npm run lint && npm run fix && npm run build",

@@ -48,9 +48,9 @@ "lint": "npx eslint . --ext .js,.mjs --fix --ignore-pattern dist/",

"devDependencies": {
"eslint": "^8.2.0",
"esbuild": "^0.14.0",
"eslint": "^8.3.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"http-server": "^14.0.0",
"prettier": "^2.4.1",
"shx": "^0.3.3",
"terser": "^5.9.0"
"prettier": "^2.5.0",
"shx": "^0.3.3"
},

@@ -57,0 +57,0 @@ "eslintConfig": {

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