Comparing version 2.3.3 to 2.4.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4429783