node-abi-version
v1.2.12
Published
Light-weight version for Get ABI version for node/iojs
Downloads
55
Readme
node-abi-version
Get abi version by node/iojs version
Support the project
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install node-abi-version --save
NPM
ChangeLogs
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