Socket
Socket
Sign inDemoInstall

browser-nativefs

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-nativefs - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

8

package.json
{
"name": "browser-nativefs",
"version": "0.10.2",
"version": "0.10.3",
"description": "Native File System API with legacy fallback in the browser.",

@@ -39,9 +39,9 @@ "browser": "dist/index.js",

"devDependencies": {
"eslint": "^7.5.0",
"eslint": "^7.8.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"http-server": "^0.12.3",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"shx": "^0.3.2",
"terser": "^4.8.0"
"terser": "^5.3.0"
},

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

@@ -57,3 +57,3 @@ # Browser-NativeFS

fileName: 'Untitled.png',
extensions: ['png'],
extensions: ['.png'],
});

@@ -72,4 +72,4 @@ })();

mimeTypes: ['image/*'],
// List of allowed file extensions, defaults to `''`.
extensions: ['png', 'jpg', 'jpeg', 'webp'],
// List of allowed file extensions (with leading '.'), defaults to `''`.
extensions: ['.png', '.jpg', '.jpeg', '.webp'],
// Set to `true` for allowing multiple files, defaults to `false`.

@@ -106,4 +106,4 @@ multiple: true,

fileName: 'Untitled.txt',
// Suggested file extensions, defaults to `''`.
extensions: ['txt'],
// Suggested file extensions (with leading '.'), defaults to `''`.
extensions: ['.txt'],
};

@@ -110,0 +110,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc