Sign In

@complyedge/sdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complyedge/sdk - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+16
-0
CHANGELOG.md

@@ -17,2 +17,17 @@ # Changelog

## [0.2.3] - 2026-08-20
### Added
- Package-map capability table (CE-vs-CE only): offline vs hosted, Rego/OPA,
Article 12, bundled corpus, ESM/CJS, MCP. Named competitor comparisons stay
gated — they need an explicit messaging decision against the no-first/only
doctrine.
### Fixed
- Release-path fact: publishes still use `NPM_TOKEN`. The 0.2.2 changelog
entry that claimed OIDC Trusted Publishing described an attempt that was
reverted (`repository.url` points at the public repo while workflows run in
the private platform). Provenance remains unavailable until that layout
changes (G1a).
## [0.2.2] - 2026-08-20

@@ -55,3 +70,4 @@

[0.2.3]: https://www.npmjs.com/package/@complyedge/sdk/v/0.2.3
[0.2.2]: https://www.npmjs.com/package/@complyedge/sdk/v/0.2.2
[0.2.1]: https://www.npmjs.com/package/@complyedge/sdk/v/0.2.1
+1
-1
{
"name": "@complyedge/sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "EU AI Act runtime enforcement SDK: OPA/Rego policy checks, Article 12 audit trails, risk assessment, and OpenAI middleware.",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -28,2 +28,14 @@ # @complyedge/sdk

| | `@complyedge/sdk` | `trustlint` | `@complyedge/mcp` |
|---|:-:|:-:|:-:|
| Runs offline, no API key | ✗ | ✓ | ✓ |
| Rego / OPA evaluation | ✓ | ✗ | ✗ |
| Article 12 audit trail | ✓ | ✗ | ✗ |
| Bundled 64-rule corpus | ✗ | ✓ | ✓ |
| Temporal / effective-date rules | ✗ | ✗ | ✗ |
| ESM + CommonJS | ✓ | ✓ | ESM only |
| MCP host integration | ✗ | ✗ | ✓ |
Temporal / effective-date evaluation lives in the Python engine only. A shared version number across npm and PyPI is not a parity claim.
## Version policy

@@ -30,0 +42,0 @@