node-api-headers
Advanced tools
| { | ||
| ".": "1.5.0" | ||
| ".": "1.6.0" | ||
| } |
+7
-0
| # node-api-headers Changelog | ||
| ## [1.6.0](https://github.com/nodejs/node-api-headers/compare/v1.5.0...v1.6.0) (2025-09-26) | ||
| ### Features | ||
| * update headers from nodejs/node tag v24.9.0 ([#60](https://github.com/nodejs/node-api-headers/issues/60)) ([5963ef9](https://github.com/nodejs/node-api-headers/commit/5963ef9937c8f6bd8f33cb45c50f70bd9cbc0ffd)) | ||
| ## [1.5.0](https://github.com/nodejs/node-api-headers/compare/v1.4.0...v1.5.0) (2025-01-09) | ||
@@ -4,0 +11,0 @@ |
@@ -351,3 +351,3 @@ #ifndef SRC_JS_NATIVE_API_H_ | ||
| // be GC'd unless there are other references to it. | ||
| NAPI_EXTERN napi_status NAPI_CDECL napi_delete_reference(napi_env env, | ||
| NAPI_EXTERN napi_status NAPI_CDECL napi_delete_reference(node_api_basic_env env, | ||
| napi_ref ref); | ||
@@ -474,2 +474,3 @@ | ||
| // version management | ||
@@ -476,0 +477,0 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_version(node_api_basic_env env, |
+1
-1
@@ -57,4 +57,4 @@ { | ||
| }, | ||
| "version": "1.5.0", | ||
| "version": "1.6.0", | ||
| "support": true | ||
| } |
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
83350
0.4%