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.3.6-beta.6 to 2.3.6

src/koffi/build/2.3.6/koffi_darwin_arm64/koffi.node

4

package.json
{
"name": "koffi",
"version": "2.3.6-beta.6",
"stable": "2.3.5",
"version": "2.3.6",
"stable": "2.3.6",
"description": "Fast and simple C FFI (foreign function interface) for Node.js",

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

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

if (app_dir == null)
app_dir = path.join(__dirname.replace(/\\/g, '/'), '..');
app_dir = __dirname.replace(/\\/g, '/') + '/..';
if (project_dir == null)

@@ -67,3 +67,3 @@ project_dir = process.cwd();

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

@@ -70,0 +70,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