Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@darkwolf/base58
Advanced tools
npm i --save @darkwolf/base58
import Base58, { Alphabet } from '@darkwolf/base58'
const encoded = Base58.encode('Ave, Darkwolf!') // HDmiyDYm3PDiZ4kmjkb
Base58.decode(encoded) // 'Ave, Darkwolf!'
const encodedInteger = Base58.encodeInteger(10000) // eyH
Base58.decodeInteger(encodedInteger) // 10000
// Custom alphabet
const btc = new Base58(Alphabet.BITCOIN)
const encodedBtc = btc.encode('Ave, Darkwolf!') // R4qoy4gqDX4ohE7qp7i
btc.decode(encodedBtc) // 'Ave, Darkwolf!'
const encodedBtcInteger = btc.encodeInteger(10000) // 3yR
btc.decodeInteger(encodedBtcInteger) // 10000
15sjjAUtJdB1ncsxKK7KtyJPtF46UhXWo4
0xF02F68eb33E9eC73b8E9c3c0953E6782E2376867
qq6h3a78h3wlt04eyp9ydht94r6guzjdps9hqwgfzw
FAQs
Base58
The npm package @darkwolf/base58 receives a total of 5 weekly downloads. As such, @darkwolf/base58 popularity was classified as not popular.
We found that @darkwolf/base58 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.