You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

decimaltohex

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decimaltohex

Convert a decimal number to HEX easily

1.0.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Decimal to Hex

A CLI utility for converting decimal numbers to hex

Install

npm i -g decimaltohex

Use

You can either specify the numerical input as a command line argument or pipe the number (preferred).

decimaltohex 12

or

echo "12" | decimaltohex

Keywords

hexadecimal

FAQs

Package last updated on 27 Aug 2021

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