New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

base-dict

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-dict

Output a buffer in words using a dictionary

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

base dict

You have base 16, base 64, base emoji, and now, base dict.

(Output a buffer in words.)

example

toDict: deadbeef
team hospital room

toDict: 6ecd355b90e81e72c0e37c3b4023325b20f048c58d4200c69e4fbd550876e6fe
human have finger canyon limit defense adjust hurdle deputy absurd smart rent audit caught bike portion absorb crunch negative kingdom explain derive orbit scissors

toDict: 88c9aa687a076aa530cc18d7921cec1f90f7779ad25915204d272a695072f58a
match essence old village issue family segment loan stuff movie deposit dish author rookie hero enroll benefit act endorse feel never defense stomach energy

api

var toWords = require('base-dict')
var buf = new Buffer('deadbeef', 'hex')
toWords(buf)
// => ['team' 'hospital' 'room']

FAQs

Package last updated on 14 Nov 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc