🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sidclaw/sdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidclaw/sdk - npm Package Compare versions

Comparing version
0.1.12
to
0.1.13
+13
-0
dist/index.cjs

@@ -84,2 +84,15 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }

}
if (approval.status !== "approved") {
throw new (0, _chunkLDGD3PNNcjs.ActionDeniedError)(
`Approval not granted: ${String(approval.status)}`,
decision.trace_id,
decision.policy_rule_id
);
}
} else if (decision.decision !== "allow") {
throw new (0, _chunkLDGD3PNNcjs.ActionDeniedError)(
`Unexpected policy decision: ${String(decision.decision)}`,
decision.trace_id,
decision.policy_rule_id
);
}

@@ -86,0 +99,0 @@ try {

@@ -84,2 +84,15 @@ import {

}
if (approval.status !== "approved") {
throw new ActionDeniedError(
`Approval not granted: ${String(approval.status)}`,
decision.trace_id,
decision.policy_rule_id
);
}
} else if (decision.decision !== "allow") {
throw new ActionDeniedError(
`Unexpected policy decision: ${String(decision.decision)}`,
decision.trace_id,
decision.policy_rule_id
);
}

@@ -86,0 +99,0 @@ try {

+1
-1
{
"name": "@sidclaw/sdk",
"version": "0.1.12",
"version": "0.1.13",
"description": "Governance SDK for AI agents — identity, policy, approval, and audit",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",