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.5.0 to 2.5.1

build/2.5.1/koffi_darwin_arm64/koffi.node

7

CHANGELOG.md

@@ -7,2 +7,9 @@ # Changelog

#### Koffi 2.5.1
**Main changes:**
- Fix crash with some struct types in System V 64 ABI
- Always use direct passthrough for buffer arguments
#### Koffi 2.5.0

@@ -9,0 +16,0 @@

4

package.json
{
"name": "koffi",
"version": "2.5.0",
"stable": "2.5.0",
"version": "2.5.1",
"stable": "2.5.1",
"description": "Fast and simple C FFI (foreign function interface) for Node.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -31,7 +31,3 @@ # Copyright 2023 Niels Martignène <niels.martignene@protonmail.com>

if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.8.0")
set(CMAKE_CXX_STANDARD 17)
else()
set(CMAKE_CXX_STANDARD 14)
endif()
set(CMAKE_CXX_STANDARD 17)
if(MSVC)

@@ -38,0 +34,0 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded)

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

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