New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@teambit/any-fs

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teambit/any-fs

any-fs is a composable and extendible file-system and fully compatible with the node `fs` module.

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
161
decreased by-49.05%
Maintainers
6
Weekly downloads
 
Created
Source

any-fs

npm

any-fs is a composable and extendible file-system and fully compatible with the node fs module.

Usage

var { MemoryFS } = require('@teambit/any-fs');
const fs = new MemoryFS() 
fs.writeFile()
var { Volume } = require('@teambit/any-fs');
const fs = new Volume() 
fs.writeFile()

Adapters

AnyFS comes with following adapters

  • Memory - Builtin, access with MemoryFS
  • Fs - node fs

Features

  • Full compatibility to the Node fs module.
  • Supports the node fs promises API

In-Progress

  • Docker volume
  • Kubernetes
  • SFTP
  • AWS S3
  • Google storage

Made with ❤ to free software by Team Bit.

FAQs

Package last updated on 16 Feb 2020

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

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