New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koffi

Package Overview
Dependencies
Maintainers
1
Versions
226
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.3.6-beta.3 to 2.3.6-beta.4

src/koffi/build/2.3.6-beta.4/koffi_darwin_arm64/koffi.node

2

package.json
{
"name": "koffi",
"version": "2.3.6-beta.3",
"version": "2.3.6-beta.4",
"stable": "2.3.5",

@@ -5,0 +5,0 @@ "description": "Fast and simple C FFI (foreign function interface) for Node.js",

@@ -66,3 +66,3 @@ // This program is free software: you can redistribute it and/or modify

if (!tools.path_is_absolute(build_dir))
build_dir = path.join(project_dir, build_dir);
build_dir = path.join(package_dir, build_dir);
} else {

@@ -69,0 +69,0 @@ build_dir = project_dir + '/build';

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