Socket
Socket
Sign inDemoInstall

react-native-base64

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-base64

Base64 encoding and decoding helping util. Created for React Native but can be used anywhere


Version published
Weekly downloads
111K
decreased by-2.17%
Maintainers
1
Install size
6.73 kB
Created
Weekly downloads
 

Readme

Source

If you find this package useful hit the star with <3

react-native-base64

Base64 encoding and decoding helping util (does not support some Unicode characters).
Created for React Native but can be used anywhere.

Install
npm install --save react-native-base64
You can find it on npmjs.com here: https://www.npmjs.com/package/react-native-base64

How to use:

import base64 from 'react-native-base64'

...

base64.encode('Some string to encode to base64');

base64.decode('SW4gbXkgZXllcywgaW5kaXNwb3NlZA0KSW4gZGlzZ3Vpc2VzIG5vIG9uZSBrbm93cw0KUklQIEND==');

base64.encodeFromByteArray(byteArray: Uint8Array);

Do you like this package? Do you find it useful?
Please rank it with a star and leave a comment.
Thanks :)

Keywords

FAQs

Last updated on 11 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