@llama-node/llama-cpp
Advanced tools
Sorry, the diff of this file is not supported yet
+0
-3
@@ -30,4 +30,1 @@ [package] | ||
| napi-build = "2.0.1" | ||
| [profile.release] | ||
| lto = true |
+1
-1
| { | ||
| "name": "@llama-node/llama-cpp", | ||
| "version": "0.0.23", | ||
| "version": "0.0.24", | ||
| "main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -9,3 +9,3 @@ import { exec } from "child_process"; | ||
| case "linux": { | ||
| return ["x86_64-unknown-linux-gnu"]; | ||
| return ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]; | ||
| } | ||
@@ -24,3 +24,3 @@ case "win32": { | ||
| const buildProcess = exec( | ||
| `napi build --platform --target ${target} --release` | ||
| `rustup target add ${target} && napi build --platform --target ${target} --release` | ||
| ); | ||
@@ -27,0 +27,0 @@ buildProcess.stdout?.pipe(process.stdout); |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
14819374
38.38%21
5%7
16.67%