# int64-transform

> ## Description

Latest version **0.1.17** (published 2018-12-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install int64-transform
pnpm add int64-transform
yarn add int64-transform
bun add int64-transform
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.17 |
| Published | 2018-12-21 |
| First published | 2018-10-04 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 3 |
| Unpacked size | 188.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | zhoulinxiang |
| Maintainers | zhoulinxiang |

## Links

- npm: https://www.npmjs.com/package/int64-transform
- npm.io page: https://npm.io/package/int64-transform

## Dependencies (3)

- [bindings](https://npm.io/package/bindings.md) ^1.3.0
- [int64-convert](https://npm.io/package/int64-convert.md) ^0.1.2
- [node-addon-api](https://npm.io/package/node-addon-api.md) ^1.4.0

## Recent versions

- 0.1.17 (latest) — 2018-12-21
- 0.1.12-beta (beta) — 2018-12-12
- 0.1.16 — 2018-12-21
- 0.1.15 — 2018-12-21
- 0.1.14 — 2018-12-21
- 0.1.13 — 2018-12-12
- 0.1.12 — 2018-12-12
- 0.1.11 — 2018-12-09
- 0.1.10 — 2018-10-31
- 0.1.9 — 2018-10-31
- 0.1.8 — 2018-10-31
- 0.1.7 — 2018-10-31
- 0.1.6 — 2018-10-31
- 0.1.5 — 2018-10-31
- 0.1.4 — 2018-10-30
- … 4 more at https://npm.io/package/int64-transform/versions

## README

# int64-transform

## Description

convert int64 number (display as string) between two scales

## Installation

``` 
npm install int64-transform
```

## Examples

```js 
var convert = require("int64-transform");


// signed
convert.signedHexToDec('ffffffffffffffff'); // '-1'
convert.signedDecToHex('-1'); // 'ffffffffffffffff'

```

## Tests

```
npm install
npm test
```

---
_Source: https://npm.io/package/int64-transform · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
