🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

superlocalmemory

Package Overview
Dependencies
Maintainers
1
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superlocalmemory - npm Package Compare versions

Comparing version
3.6.18
to
3.6.19
+1
-1
package.json
{
"name": "superlocalmemory",
"version": "3.6.18",
"version": "3.6.19",
"description": "Information-geometric agent memory with mathematical guarantees. 4-channel retrieval, Fisher-Rao similarity, zero-LLM mode, EU AI Act compliant. Works with Claude, Cursor, Windsurf, and 17+ AI tools.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,2 +8,11 @@ {

"type": "command",
"command": "slm hook mandate 2>/dev/null || true",
"timeout": 5000
}
]
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/ensure-venv.sh\""

@@ -10,0 +19,0 @@ }

{
"version": "3.6.18",
"version": "3.6.19",
"pluginName": "superlocalmemory",

@@ -4,0 +4,0 @@ "displayName": "SuperLocalMemory",

@@ -1,1 +0,1 @@

superlocalmemory==3.6.18
superlocalmemory==3.6.19

@@ -19,3 +19,3 @@ {

"repository": "https://github.com/qualixar/superlocalmemory",
"version": "3.6.18"
"version": "3.6.19"
}

@@ -8,2 +8,11 @@ {

"type": "command",
"command": "slm hook mandate 2>/dev/null || true",
"timeout": 5000
}
]
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/ensure-venv.sh\""

@@ -10,0 +19,0 @@ }

@@ -1,1 +0,1 @@

superlocalmemory==3.6.18
superlocalmemory==3.6.19
[project]
name = "superlocalmemory"
version = "3.6.18"
version = "3.6.19"
description = "Information-geometric agent memory with mathematical guarantees"

@@ -5,0 +5,0 @@ readme = "README.md"

@@ -33,3 +33,3 @@ #!/usr/bin/env node

// ---------------------------------------------------------------------------
const VERSION = '3.6.18';
const VERSION = '3.6.19';
const MANIFEST_REL = 'plugin-src/manifest.json';

@@ -36,0 +36,0 @@ const GENERATED_BANNER = `# _GENERATED — DO NOT HAND-EDIT

Metadata-Version: 2.4
Name: superlocalmemory
Version: 3.6.18
Version: 3.6.19
Summary: Information-geometric agent memory with mathematical guarantees

@@ -5,0 +5,0 @@ Author-email: Varun Pratap Bhardwaj <admin@superlocalmemory.com>

@@ -35,3 +35,3 @@ """SuperLocalMemory — information-geometric agent memory.

__version__ = "3.6.18"
__version__ = "3.6.19"

@@ -38,0 +38,0 @@ _REQUIRED_VERSIONS = {