{"library":"base62","type":"library","category":null,"description":"The `base62` package provides JavaScript utilities for encoding and decoding numbers into Base62 strings. These strings use a character set of 0-9, a-z, and A-Z, typically resulting in shorter, human-readable identifiers compared to other encoding schemes. The current stable version is 2.0.2, though its last publish date was over two years ago, suggesting a maintenance rather than rapid development cadence. A key differentiator of `base62` is its dual API approach: a legacy API (v1.x) available directly from the main package import and a modernized API (v2.x) that allows selective imports for specific character sets (ASCII or custom). The v2.x API is designed for efficiency by enabling modular loading, particularly useful for larger applications.","language":"javascript","status":"maintenance","version":"2.0.2","tags":["javascript","base-62","encoder","decoder"],"last_verified":"Wed May 27","install":[{"cmd":"npm install base62","imports":["const base62 = require('base62');","const base62 = require('base62/lib/ascii');","const base62 = require('base62/lib/custom');"]},{"cmd":"yarn add base62","imports":[]},{"cmd":"pnpm add base62","imports":[]}],"homepage":null,"github":"https://github.com/base62/base62.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/base62","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/base62/compatibility"}}