Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koffi

Package Overview
Dependencies
Maintainers
1
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koffi - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2

4

CHANGELOG.md

@@ -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 @@

5

doc/functions.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc