New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cryptobase

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptobase

An updated list of all cryptocurrencies.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

cryptobase

npm standard

CryptoBase NPM Module

Credit: Original list from https://github.com/crypti/cryptocurrencies

Install

npm install --save cryptobase

Usage

Methods

codes()

Get a key / value pairs of code and name of all cryptocurrencies.

const cb = require('cryptobase')

// Basic Usage:
cb.codes.BTC
// 'Bitcoin'

cryptos

Returns an object / hashmap of all cryptocurrencies

const cc = require('cryptobase')

cb.cryptos
// { 'BTC' => 'Bitcoin', ...}

cb.cryptos['BTC'];
// 'Bitcoin'

License

MIT

Keywords

cryptocurrencies

FAQs

Package last updated on 18 Nov 2017

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