New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-abi-version

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-abi-version

Light-weight version for Get ABI version for node/iojs

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
4
-91.3%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • xml-node-parser

Dev Dependencies

None

License

MIT

Keywords

abi

FAQs

Package last updated on 10 Oct 2025

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