🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

int64

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

int64

transform an int64 (8 bytes hexcode) to string

0.0.5
latest
Version published
Maintainers
1
Created

Int64

Transform int64 between hex and dec(signed).

Usage

var int64 = require('int64');
var hex2dec = int64.hex2dec;
var dec2hex = int64.dec2hex;
console.log(hex2dec('1234567890abcdef'));
console.log(dec2hex('-9223372036854775808'));

FAQs

Package last updated on 23 Oct 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