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.7.2 to 0.7.3

index.d.ts

9

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

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

"module": "dist/index.js",
"types": "dist/index.d.ts",
"types": "index.d.ts",
"scripts": {

@@ -28,3 +28,4 @@ "start": "npx http-server -o /demo/",

"files": [
"dist/"
"dist/",
"index.d.ts"
],

@@ -38,3 +39,3 @@ "author": "Thomas Steiner (https://blog.tomayac.com/)",

"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",

@@ -41,0 +42,0 @@ "http-server": "^0.12.3",

@@ -14,2 +14,9 @@ # Browser-NativeFS

## Origin Trial
⚠️ In order to use the Native File System API, you need to quickly
[request an origin trial token](https://developers.chrome.com/origintrials/#/view_trial/4019462667428167681)
for your application and
[communicate](https://github.com/GoogleChrome/OriginTrials/blob/gh-pages/developer-guide.md#how-do-i-enable-an-experimental-feature-on-my-origin) it to the browser via a meta tag or an HTTP header.
## Usage Example

@@ -127,2 +134,4 @@

and issue reports.
The TypeScript type annotations were provided by
[@nanaian](https://github.com/nanaian).

@@ -129,0 +138,0 @@ ## License and Note

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