Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@cloudos/fs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudos/fs

Node-style file system API in browser, using Local Storage, IndexedDB, Gitee repository, more backends can be extended.

latest
npmnpm
Version
1.1.27
Version published
Weekly downloads
50
1150%
Maintainers
1
Weekly downloads
 
Created
Source

npm install @cloudos/fs

Node-style file system API in browser.

About The Project

Node-style file system API in browser, using Local Storage, IndexedDB, Gitee repository, more backends can be extended.

Built With

  • typescript
  • browserfs
  • lightning-fs
  • @cloudos/gitee-fs

Getting Started

  • Install with npm i @cloudos/fs or yarn add @cloudos/fs.
  • Call the API just like in node;
import { fs } from "@cloudos/fs";
fs.readdir("/", console.log);

Use In Browser

<script src="https://cdn.jsdelivr.net/npm/@cloudos/fs/dist/fs.iife.js"></script>
<script>
  var fs = FS.fs;
  fs.readdir("/", console.log);
</script>

License

MIT License.

(back to top)

FAQs

Package last updated on 22 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts