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.1.0 to 0.1.1

2

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

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

@@ -16,3 +16,4 @@ # Browser-NativeFS

```js
// The imported methods will use the Native File System API or a fallback implementation.
// The imported methods will use the Native
// File System API or a fallback implementation.
import {

@@ -80,4 +81,15 @@ fileOpen,

## Browser-NativeFS in Action
You can see the module in action in the [Excalidraw](https://excalidraw.com/) drawing app.
![excalidraw](https://user-images.githubusercontent.com/145676/73060246-b4a64200-3e97-11ea-8f70-fa5edd63f78e.png)
## Acknowledgements
Thanks to [@developit](https://github.com/developit)
for improving the dynamic module loading.
## License
Apache 2.0.
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