You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@airtm/uuid-base32

Package Overview
Dependencies
Maintainers
31
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package was compromised as part of the ongoing "CanisterWorm" supply chain attack.

Affected versions:

1.0.2
View campaign page

@airtm/uuid-base32

## Install the CLI

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
194
19300%
Maintainers
31
Weekly downloads
 
Created
Source

Base32 to UUID encoder/decoder

Install the CLI

npm install --global @airtm/uuid-base32

Encode a UUID

memo encode edd37d3f-8630-4217-ba2c-7f9bd4a40979
# 7DTDYKZ1HG88BVMB3ZKFAA82BS

Decode a base32 string

memo decode 7DTDYKZ1HG88BVMB3ZKFAA82BS
# edd37d3f-8630-4217-ba2c-7f9bd4a40979

Usage

Usage: memo [options] [command]

Options:
  -h, --help      display help for command

Commands:
  encode <uuid>   encode a UUID in base32
  decode <memo>   decode a UUID from a base32 string
  help [command]  display help for command

FAQs

Package last updated on 30 Jan 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