New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@llama-node/llama-cpp

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@llama-node/llama-cpp - npm Package Compare versions

Comparing version
0.0.23
to
0.0.24
@llama-node/llama-cpp.linux-x64-musl.node

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
{
"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