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

@helloaigent-dev/subscriber

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helloaigent-dev/subscriber - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/verify.js
// Independent envelope verification for the reference subscriber.
// Deliberately does NOT share code with the Hello Aigent server: this package
// re-implements RFC 8785 JCS canonicalization + Ed25519 verification so it
// independently checks what publishers actually serve against the published spec.
// independently checks what publishers actually serve.
export function jcsCanonicalize(value) {

@@ -6,0 +6,0 @@ if (value === undefined)

{
"name": "@helloaigent-dev/subscriber",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "io.github.akillam/helloaigent-subscriber",
"description": "Hello Aigent reference subscriber — an MCP server that lets any agent subscribe to any Hello Aigent feed, fetch signed updates, verify them, and act.",

@@ -5,0 +6,0 @@ "license": "MIT",