node-api-headers
Advanced tools
| { | ||
| ".": "1.7.0" | ||
| ".": "1.8.0" | ||
| } |
+7
-0
| # node-api-headers Changelog | ||
| ## [1.8.0](https://github.com/nodejs/node-api-headers/compare/v1.7.0...v1.8.0) (2026-01-23) | ||
| ### Features | ||
| * update headers from nodejs/node tag v25.4.0 ([#70](https://github.com/nodejs/node-api-headers/issues/70)) ([ebc02e1](https://github.com/nodejs/node-api-headers/commit/ebc02e18357a4d49f127f094c144371948b60c84)) | ||
| ## [1.7.0](https://github.com/nodejs/node-api-headers/compare/v1.6.0...v1.7.0) (2025-11-28) | ||
@@ -4,0 +11,0 @@ |
@@ -114,2 +114,4 @@ #ifndef SRC_JS_NATIVE_API_TYPES_H_ | ||
| napi_biguint64_array, | ||
| #define NODE_API_HAS_FLOAT16_ARRAY | ||
| napi_float16_array, | ||
| } napi_typedarray_type; | ||
@@ -116,0 +118,0 @@ |
@@ -8,2 +8,4 @@ #ifndef SRC_NODE_API_TYPES_H_ | ||
| napi_value exports); | ||
| // False positive: https://github.com/cpplint/cpplint/issues/409 | ||
| // NOLINTNEXTLINE (readability/casting) | ||
| typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void); | ||
@@ -10,0 +12,0 @@ |
+1
-1
@@ -57,4 +57,4 @@ { | ||
| }, | ||
| "version": "1.7.0", | ||
| "version": "1.8.0", | ||
| "support": true | ||
| } |
+6
-17
@@ -12,6 +12,2 @@ # node-api-headers | ||
| ## Current Node-API version: 9 | ||
| (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog) | ||
| <a name="introduction"></a> | ||
@@ -49,4 +45,4 @@ | ||
| Node-API C headers are backward-compatible. Its version (e.g. `8`) is released | ||
| separately from the Node.js version stream (e.g. `19.8.1`) and changes are | ||
| Node-API C headers are backward-compatible. Its version (e.g. `8`) is released | ||
| separately from the Node.js version stream (e.g. `19.8.1`) and changes are | ||
| backported to active Node.js LTS lines (e.g. `16.x` and `18.x`). | ||
@@ -62,2 +58,3 @@ | ||
| The module exports two properties `include_dir` and `symbols`. | ||
| ### `include_dir` | ||
@@ -95,16 +92,8 @@ | ||
| ### Active | ||
| | Name | GitHub Link | | ||
| | ------------------- | ----------------------------------------------------- | | ||
| | Anna Henningsen | [addaleax](https://github.com/addaleax) | | ||
| | Chengzhong Wu | [legendecas](https://github.com/legendecas) | | ||
| | Gabriel Schulhof | [gabrielschulhof](https://github.com/gabrielschulhof) | | ||
| | Hitesh Kanwathirtha | [digitalinfinity](https://github.com/digitalinfinity) | | ||
| | Jim Schlight | [jschlight](https://github.com/jschlight) | | ||
| | Michael Dawson | [mhdawson](https://github.com/mhdawson) | | ||
| | Kevin Eady | [KevinEady](https://github.com/KevinEady) | ||
| | Nicola Del Gobbo | [NickNaso](https://github.com/NickNaso) | | ||
| The project is maintained by the [Node-API team members](https://github.com/nodejs/abi-stable-node/?tab=readme-ov-file#project-participants). | ||
| <a name="license"></a> | ||
| ## License | ||
| Licensed under [MIT](./LICENSE.md) |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
83633
-0.3%96
-10.28%