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.10 to 2.8.11

8

package.json
{
"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})

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