GitXplorerGitXplorer
n

node-addon-api

public
2140 stars
460 forks
14 issues

Commits

List of commits on branch main.
Verified
82e881c3b22a5365b4d87b043e7cb76e9ca208dd

chore(deps): bump the all group with 2 updates (#1578)

ddependabot[bot] committed 10 hours ago
Verified
7bcb826aa4323f450b3c58f9c7fb34243ff13f77

feat: add support for requiring basic finalizers (#1568)

KKevinEady committed 10 hours ago
Verified
294a43f8c6a4c79b3295a8f1b83d4782d44cfe74

fix: call base basic finalizer if none defined (#1574)

KKevinEady committed 14 days ago
Verified
600fe6c114a127ea11fc7909e08bf623dfadea95

chore: fix dependabot config (#1570)

llegendecas committed 16 days ago
Verified
c9f70bdbb7b4de31347e2f41888f98dd9ac25202

chore: explicitly define release please permissions (#1569)

llegendecas committed 16 days ago
Verified
b4aeecb046480eeaaf1c578a140f71ac0e77094f

feat: add support for nogc types via `BasicEnv` (#1514)

KKevinEady committed 16 days ago

README

The README file for this repository.

node-addon-api module

codecov

NPM NPM

This module contains header-only C++ wrapper classes which simplify the use of the C based Node-API provided by Node.js when using C++. It provides a C++ object model and exception handling semantics with low overhead.

API References

API references are available in the doc directory.

Current version: 8.1.0

(See CHANGELOG.md for complete Changelog)

node-addon-api is based on Node-API and supports using different Node-API versions. This allows addons built with it to run with Node.js versions which support the targeted Node-API version. However the node-addon-api support model is to support only the active LTS Node.js versions. This means that every year there will be a new major which drops support for the Node.js LTS version which has gone out of service.

The oldest Node.js version supported by the current version of node-addon-api is Node.js 18.x.

Badges

The use of badges is recommended to indicate the minimum version of Node-API required for the module. This helps to determine which Node.js major versions are supported. Addon maintainers can consult the Node-API support matrix to determine which Node.js versions provide a given Node-API version. The following badges are available:

Node-API v1 Badge Node-API v2 Badge Node-API v3 Badge Node-API v4 Badge Node-API v5 Badge Node-API v6 Badge Node-API v7 Badge Node-API v8 Badge Node-API v9 Badge Node-API Experimental Version Badge

Contributing

We love contributions from the community to node-addon-api! See CONTRIBUTING.md for more details on our philosophy around extending this module.

Team members

Active

Name GitHub Link
Anna Henningsen addaleax
Chengzhong Wu legendecas
Jack Xia JckXia
Kevin Eady KevinEady
Michael Dawson mhdawson
Nicola Del Gobbo NickNaso
Vladimir Morozov vmoroz
Emeritus

Emeritus

Name GitHub Link
Arunesh Chandra aruneshchandra
Benjamin Byholm kkoopa
Gabriel Schulhof gabrielschulhof
Hitesh Kanwathirtha digitalinfinity
Jason Ginchereau jasongin
Jim Schlight jschlight
Sampson Gao sampsongao
Taylor Woll boingoing

License

Licensed under MIT