Comparing version 2.5.0 to 2.5.1
@@ -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 @@ |
{ | ||
"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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 21 instances 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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 22 instances in 1 package
42
67757538
367