šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

expo-fs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

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/).

0.2.2
latest
npm
Version published
Weekly downloads
41
-2.38%
Maintainers
1
Weekly downloads
Ā 
Created
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

Package last updated on 04 Dec 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