Socket
Book a DemoInstallSign in
Socket

react-native-fast-base64

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-fast-base64

Just another native implementation of Base64 in C++ for React-Native. Inspired and enhanced from @craftzdog/eact-native-quick-base64

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
5.5K
-15.55%
Maintainers
2
Weekly downloads
 
Created
Source

react-native-fast-base64

Just another native implementation of Base64 in C++ for React-Native. Inspired and enhanced from @craftzdog/eact-native-quick-base64

Installation

npm install react-native-fast-base64

Usage

import { encode, decode } from 'react-native-fast-base64';

// ...

const encoded = encode('Hello, world!');
const decoded = decode(encoded);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 23 Jun 2025

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