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.6.0 to 0.7.0

dist/legacy/directory-open-legacy.mjs

2

dist/index.js
// @license © 2020 Google LLC. Licensed under the Apache License, Version 2.0.
export{fileOpen}from"./file-open.mjs";export{directoryOpen}from"./directory-open.mjs";export{fileSave}from"./file-save.mjs";export{imageToBlob}from"./image-to-blob.mjs";
export{fileOpen}from"./file-open.mjs";export{directoryOpen}from"./directory-open.mjs";export{fileSave}from"./file-save.mjs";export{imageToBlob}from"./util/image-to-blob.mjs";
{
"name": "browser-nativefs",
"version": "0.6.0",
"version": "0.7.0",
"description": "Native File System API with legacy fallback in the browser.",

@@ -11,5 +11,5 @@ "browser": "dist/index.js",

"clean": "shx rm -rf ./dist",
"build": "npm run clean && shx mkdir ./dist && npx ./build.sh",
"build": "npm run clean && shx mkdir ./dist && shx mkdir ./dist/util && shx mkdir ./dist/legacy && shx mkdir ./dist/nativefs && npx ./build.sh",
"prepare": "npm run lint && npm run build",
"lint": "npx eslint ./src/*.mjs --fix && npx eslint ./src/*.js --fix && npx eslint ./demo/*.mjs --fix"
"lint": "npx eslint . --ext .js,.mjs --fix --ignore-pattern dist/"
},

@@ -16,0 +16,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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