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.0 to 0.25.1

dist/directory-open-01563666.js

41

package.json
{
"name": "browser-fs-access",
"version": "0.25.0",
"version": "0.25.1",
"description": "File System Access API with legacy fallback in the browser.",
"browser": "./dist/esm/index.js",
"main": "./dist/esm/index.js",
"type": "module",
"source": "./src/index.js",
"exports": {
".": "./dist/esm/index.js",
"./package.json": "./package.json"
"./package.json": "./package.json",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"publishConfig": {
"access": "public"
},
"module": "./dist/esm/index.js",
"type": "module",
"types": "./index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"start": "npx http-server -o /demo/",
"clean": "shx rm -rf ./dist",
"build": "node esbuild.config.js",
"build": "npm run clean && microbundle -f modern,esm,cjs --sourcemap false",
"dev": "microbundle watch",
"prepare": "npm run lint && npm run fix && npm run build",

@@ -25,2 +27,5 @@ "lint": "npx eslint . --ext .js,.mjs --fix --ignore-pattern dist/",

},
"publishConfig": {
"access": "public"
},
"repository": {

@@ -36,6 +41,2 @@ "type": "git",

],
"files": [
"dist/",
"index.d.ts"
],
"author": "Thomas Steiner (https://blog.tomayac.com/)",

@@ -48,8 +49,8 @@ "license": "Apache-2.0",

"devDependencies": {
"esbuild": "^0.14.23",
"eslint": "^8.9.0",
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-prettier": "^8.5.0",
"http-server": "^14.1.0",
"prettier": "^2.5.1",
"microbundle": "^0.14.2",
"prettier": "^2.6.1",
"shx": "^0.3.4"

@@ -56,0 +57,0 @@ },

@@ -185,2 +185,7 @@ # Browser-FS-Access

## Ecosystem
If you are looking for a similar solution for dragging and dropping of files,
check out [@placemarkio/flat-drop-files](https://github.com/placemark/flat-drop-files).
## Acknowledgements

@@ -187,0 +192,0 @@

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