Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

base94

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base94

Base94 Encoder/Decoder

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Base94

Installation

npm install base94

Using PNPM

pnpm add base94

How to use

const base94 = require("base94");

const original = "Hello, World!";
const encoded = base94(original);

console.log("Encoded:", encoded); // Output: Ifmmp-!Xpsme"
console.log("Decoded:", base94.decode(encoded)); // Output: Hello, World!

Keywords

base64

FAQs

Package last updated on 04 Sep 2023

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