Sign In

speclock

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speclock - npm Package Compare versions

Comparing version
5.5.1
to
5.5.2
+1
-1
package.json

@@ -5,3 +5,3 @@ {

"version": "5.5.1",
"version": "5.5.2",

@@ -8,0 +8,0 @@ "description": "Stop AI from breaking code you told it not to touch. Enforces .cursorrules, CLAUDE.md, and AGENTS.md — not just suggests. Zero-config: npx speclock protect reads your existing AI rule files, extracts constraints, installs pre-commit hooks, and makes your rules unbreakable. 51 MCP tools, Universal Rules Sync, AI Patch Firewall, Spec Compiler, Code Graph, Typed Constraints, Drift Score, HMAC audit chain, SOC 2/HIPAA compliance. Developed by Sandeep Roy.",

@@ -126,3 +126,3 @@ import path from "path";

console.log(`
SpecLock v5.5.1 — Your AI has rules. SpecLock makes them unbreakable.
SpecLock v5.5.2 — Your AI has rules. SpecLock makes them unbreakable.
Developed by Sandeep Roy (github.com/sgroy10)

@@ -129,0 +129,0 @@

@@ -12,3 +12,3 @@ /**

const VERSION = "5.5.1";
const VERSION = "5.5.2";

@@ -15,0 +15,0 @@ // PHI-related keywords for HIPAA filtering

@@ -260,3 +260,3 @@ /**

instanceId: summary.instanceId,
version: "5.5.1",
version: "5.5.2",
totalCalls: summary.totalCalls,

@@ -263,0 +263,0 @@ avgResponseMs: summary.avgResponseMs,

@@ -92,3 +92,3 @@ <!DOCTYPE html>

<h1><span>SpecLock</span> Dashboard</h1>
<div class="meta">v5.5.1 &mdash; Your AI has rules. SpecLock makes them unbreakable.</div>
<div class="meta">v5.5.2 &mdash; Your AI has rules. SpecLock makes them unbreakable.</div>
</div>

@@ -186,3 +186,3 @@ <div style="display:flex;align-items:center;gap:12px;">

<div style="text-align:center;padding:24px;color:var(--muted);font-size:12px;">
SpecLock v5.5.1 &mdash; Developed by Sandeep Roy &mdash; <a href="https://github.com/sgroy10/speclock" style="color:var(--accent)">GitHub</a>
SpecLock v5.5.2 &mdash; Developed by Sandeep Roy &mdash; <a href="https://github.com/sgroy10/speclock" style="color:var(--accent)">GitHub</a>
</div>

@@ -189,0 +189,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display