Socket
Socket
Sign inDemoInstall

expo-fs

Package Overview
Dependencies
493
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    expo-fs

A wrapper around expo's [FileSystem](https://docs.expo.io/versions/latest/sdk/filesystem/) that matches node's FS api. Built to support [isomorphic-git](https://isomorphic-git.org/) on [expo](https://expo.io/).


Version published
Weekly downloads
16
increased by220%
Maintainers
1
Install size
686 kB
Created
Weekly downloads
 

Readme

Source

expo-fs

A wrapper around expo's FileSystem that matches node's FS api. Built to support isomorphic-git on expo.

Limitations:

  • Expo doesn't support file modes
    • Currently we return 0o644 all the time. This might cause issues, but in an expo context, there are no executable files, so unclear what to do here. Most likely, isomorphic-git writes the permissions, we ignore them, and hopefully it never checks them.
  • Expo doesn't support symlinks
    • Currently we throw in the link related methods.
    • Git itself (including ismorphic-git) doesn't rely on symlinks.
    • This is probably okay for repos which don't include symlinks.

GitHub

FAQs

Last updated on 04 Dec 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc