Socket
Socket
Sign inDemoInstall

ffi-napi

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffi-napi - npm Package Compare versions

Comparing version 2.3.3 to 2.4.0

2

lib/_foreign_function.js

@@ -108,3 +108,3 @@ 'use strict';

// doing work on the thread pool...
[...[ cif, funcPtr, argsList ]];
[ cif, funcPtr, argsList ].map(() => {});

@@ -111,0 +111,0 @@ // now invoke the user-provided callback function

{
"name": "ffi-napi",
"version": "2.3.3",
"version": "2.4.0",
"license": "MIT",

@@ -25,3 +25,3 @@ "author": "Anna Henningsen <anna@addaleax.net>",

"engines": {
"node": ">=6"
"node": ">=4"
},

@@ -28,0 +28,0 @@ "main": "./lib/ffi",

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