Comparing version 2.3.6-beta.6 to 2.3.6
{ | ||
"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'; |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 24 instances 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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 24 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
67152485