Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ruvector/sona

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ruvector/sona - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
sona.darwin-arm64.node

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+8
-5
{
"name": "@ruvector/sona",
"version": "0.1.3",
"version": "0.1.4",
"description": "Self-Optimizing Neural Architecture (SONA) - Runtime-adaptive learning with LoRA, EWC++, and ReasoningBank for LLM routers and AI systems. Sub-millisecond learning overhead, WASM and Node.js support.",

@@ -23,3 +23,2 @@ "main": "index.js",

"build:debug": "napi build --platform -p ruvector-sona --manifest-path ../../../crates/sona/Cargo.toml -F napi",
"prepublishOnly": "napi prepublish -t npm",
"test": "node --test",

@@ -76,6 +75,10 @@ "universal": "napi universal",

"optionalDependencies": {
"@ruvector/sona-win32-x64-msvc": "0.1.3",
"@ruvector/sona-darwin-x64": "0.1.3",
"@ruvector/sona-linux-x64-gnu": "0.1.3"
"@ruvector/sona-linux-x64-gnu": "0.1.4",
"@ruvector/sona-linux-x64-musl": "0.1.4",
"@ruvector/sona-linux-arm64-gnu": "0.1.4",
"@ruvector/sona-darwin-x64": "0.1.4",
"@ruvector/sona-darwin-arm64": "0.1.4",
"@ruvector/sona-win32-x64-msvc": "0.1.4",
"@ruvector/sona-win32-arm64-msvc": "0.1.4"
}
}

Sorry, the diff of this file is not supported yet