🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@hazae41/base64

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hazae41/base64

Base64 adapter for JS implementations

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

Base64

Base64 adapter for JS implementations

npm i @hazae41/base64

Node Package 📦

Features

Current features

  • 100% TypeScript and ESM
  • No external dependencies
  • Automatic implementation

Usage

const encoded: string = Base64.encodePaddedOrThrow(new Uint8Array([1,2,3,4,5]))
const decoded: Uint8Array = Base64.decodePaddedOrThrow(encoded)

Keywords

base64

FAQs

Package last updated on 13 Aug 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