Sign In

@mosadd/bridges

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mosadd/bridges - npm Package Compare versions

Comparing version
3.0.0-alpha.5
to
3.0.0-alpha.22
+2
-2
package.json
{
"name": "@mosadd/bridges",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.22",
"description": "EXPERIMENTAL scaffold (not functional yet) — bridge adapter interfaces (Matrix/Discord/Telegram) intended to reach existing networks from mosadd. Every method currently throws BridgeNotImplementedError until real protocol wiring lands. Not for production. Derived from Hermes Agent gateway/platforms/ (MIT).",

@@ -31,3 +31,3 @@ "homepage": "https://github.com/Hei33enberg/mosadd-os/tree/main/packages/bridges",

"dependencies": {
"@mosadd/core": "3.0.0-alpha.4"
"@mosadd/core": "3.0.0-alpha.22"
},

@@ -34,0 +34,0 @@ "devDependencies": {

# @mosadd/bridges
> **Experimental scaffold — NOT shipped, not part of the mosadd product surface.**
> **Experimental scaffold — NOT shipped, not part of the mosADD product surface.**
> This package is an internal interface stub. The adapters throw
> `BridgeNotImplementedError` from every handler — the TypeScript shape is locked,
> no network is wired, and bridges are **not** advertised as a mosadd feature.
> no network is wired, and bridges are **not** advertised as a mosADD feature.
> Do not depend on this package. The shipped product is the 6 live `m*` modules in

@@ -8,0 +8,0 @@ > [`@mosadd/mcp`](../mcp).