node-abi-version

1.2.12 • Public • Published

node-abi-version

Get abi version by node/iojs version

Support the project

Donate Donate

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install node-abi-version --save

NPM

module

ChangeLogs

Link

Usage

var NodeABI = require('node-abi-version');

NodeABI.getABIVersion();

// will return abi version by nodejs version.

NodeABI.getABIVersionByNodeVersion(nodeVersion);

// will return abi version by specified node version.

console.log(NodeABI.abiVersionMap);

// will return map object:

{

'10.3.0': '64',

'10.2.1': '64',

'10.2.0': '64',

... }

your abi number

see also io.js & Node.js Previous Releases

Dependencies

Dev Dependencies

None

License

MIT

/node-abi-version/

    Package Sidebar

    Install

    npm i node-abi-version

    Weekly Downloads

    20

    Version

    1.2.12

    License

    MIT

    Unpacked Size

    12.1 kB

    Total Files

    4

    Last publish

    Collaborators

    • samick