You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

node-api-headers

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-api-headers - npm Package Compare versions

Comparing version
1.5.0
to
1.6.0
+1
-1
.release-please-manifest.json
{
".": "1.5.0"
".": "1.6.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,

@@ -57,4 +57,4 @@ {

},
"version": "1.5.0",
"version": "1.6.0",
"support": true
}