Socket
Socket
Sign inDemoInstall

base62

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    base62

Javascript Base62 encode/decoder


Version published
Weekly downloads
202K
decreased by-15.52%
Maintainers
1
Install size
4.33 kB
Created
Weekly downloads
 

Readme

Source

Base62.js

build status

A javascript Base62 encode/decoder for node.js

Install

npm install base62

Usage

Base62 = require('base62')
Base62.encode(999)  // 'g7'
Base62.decode('g7') // 999

Development

Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Send me a pull request. Bonus points for topic branches.

Copyright (c) 2012 Andrew Nesbitt. See LICENSE for details.

Keywords

FAQs

Last updated on 09 Dec 2012

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