Comparing version 2.8.10 to 2.8.11
{ | ||
"name": "koffi", | ||
"version": "2.8.10", | ||
"stable": "2.8.10", | ||
"version": "2.8.11", | ||
"stable": "2.8.11", | ||
"description": "Fast and simple C FFI (foreign function interface) for Node.js", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"api": "../../vendor/node-api-headers", | ||
"output": "../../bin/Koffi/{{ platform }}_{{ arch }}", | ||
"output": "build/koffi/{{ platform }}_{{ arch }}", | ||
"node": 16, | ||
@@ -39,2 +39,2 @@ "napi": 8, | ||
} | ||
} | ||
} |
@@ -53,13 +53,3 @@ # Copyright 2023 Niels Martignène <niels.martignene@protonmail.com> | ||
# Recompute the version string after each commit | ||
if(EXISTS "${CMAKE_SOURCE_DIR}/../../.git/logs/HEAD") | ||
configure_file("${CMAKE_SOURCE_DIR}/../../.git/logs/HEAD" git_logs_HEAD COPYONLY) | ||
endif() | ||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/package.json) | ||
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/package.json PKG) | ||
else() | ||
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/../../package.json PKG) | ||
endif() | ||
string(REGEX MATCH "\"version\": \"([^\"]+)\"" XX "${PKG}") | ||
set(KOFFI_VERSION ${CMAKE_MATCH_1}) | ||
set(KOFFI_VERSION 2.8.10) | ||
@@ -66,0 +56,0 @@ set_source_files_properties(src/ffi.cc PROPERTIES COMPILE_DEFINITIONS VERSION=${KOFFI_VERSION}) |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
69795014