New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@buttercup/mobile-compat

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buttercup/mobile-compat

Compiled library bundle for Buttercup's mobile platform

latest
Source
npmnpm
Version
0.7.0
Version published
Weekly downloads
7
-72%
Maintainers
2
Weekly downloads
 
Created
Source

Buttercup Mobile Utilities - Compatibility library

Compiled library bundle for Buttercup's mobile platform

This library contains a compiled bundle of several key components required for the mobile application:

These libraries are primarily designed for platforms other than mobile (node/browser), and need to function in a React-Native project. This library is responsible for wrapping and exporting them whilst ensuring their mobile compatibility as the name implies.

Usage

This library exports 3 factory methods:

import {
    createDropboxAdapter,
    createWebDAVAdapter,
    createAnyFSAdapter
} from "@buttercup/mobile-compat";

Follow the original documentation on how they're supposed to be used: createDropboxAdapter / createWebDAVAdapter / createAnyFSAdapter

Keywords

buttercup

FAQs

Package last updated on 27 May 2018

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