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.9 to 2.3.10-beta.1

build/2.3.10-beta.1/koffi_darwin_arm64/koffi.node

10

package.json
{
"name": "koffi",
"version": "2.3.9",
"version": "2.3.10-beta.1",
"stable": "2.3.9",

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

"author": "Niels Martignène <niels.martignene@protonmail.com>",
"main": "src/koffi/src/index.js",
"types": "src/koffi/src/index.d.ts",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {

@@ -30,5 +30,5 @@ "install": "node src/cnoke/cnoke.js --prebuild -d src/koffi"

"napi": 8,
"require": "./src/koffi/src/index.js",
"output": "src/koffi/build/{{version}}/koffi_{{platform}}_{{arch}}"
"require": "./src/index.js",
"output": "build/{{version}}/koffi_{{platform}}_{{arch}}"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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