Comparing version 2.8.1 to 2.8.2
@@ -7,2 +7,6 @@ # Changelog | ||
#### Koffi 2.8.2 (2024-04-07) | ||
- Support [loading library](functions.md#loading-options) with RTLD_GLOBAL on POSIX platforms | ||
#### Koffi 2.8.1 (2024-04-04) | ||
@@ -9,0 +13,0 @@ |
@@ -24,3 +24,3 @@ # Function calls | ||
*New in Koffi 2.6* | ||
*New in Koffi 2.6 and Koffi 2.8.2* | ||
@@ -31,3 +31,4 @@ The `load` function can take an optional object argument, with the following options: | ||
const options = { | ||
lazy: true // Use RTLD_LAZY (lazy-binding) on POSIX platforms (by default, use RTLD_NOW) | ||
lazy: true, // Use RTLD_LAZY (lazy-binding) on POSIX platforms (by default, use RTLD_NOW) | ||
global: true // Use RTLD_GLOBAL on POSIX platforms (by default, use RTLD_LOCAL) | ||
}; | ||
@@ -34,0 +35,0 @@ |
@@ -381,4 +381,4 @@ "use strict"; | ||
name: "koffi", | ||
version: "2.8.1", | ||
stable: "2.8.1", | ||
version: "2.8.2", | ||
stable: "2.8.2", | ||
description: "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -385,0 +385,0 @@ keywords: [ |
@@ -381,4 +381,4 @@ "use strict"; | ||
name: "koffi", | ||
version: "2.8.1", | ||
stable: "2.8.1", | ||
version: "2.8.2", | ||
stable: "2.8.2", | ||
description: "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -385,0 +385,0 @@ keywords: [ |
{ | ||
"name": "koffi", | ||
"version": "2.8.1", | ||
"stable": "2.8.1", | ||
"version": "2.8.2", | ||
"stable": "2.8.2", | ||
"description": "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69853672