morphit/packages/net-defense/package.json
Morphit Team 7c1c3bb332
Some checks failed
morphit-ci / TypeScript typecheck (sweep all workspaces) (push) Has been cancelled
morphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Has been cancelled
morphit-ci / Integration tests (real Postgres 16) (push) Has been cancelled
morphit-ci / ansible-lint (playbook quality gate) (push) Has been cancelled
morphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Has been cancelled
morphit-release / Build + publish release tarball (push) Has been cancelled
v1.11.1 — registration self-heal + data-fs disk health + offline-install RPC softening + node-health unification (cp707-cp710)
2026-08-11 17:38:41 -07:00

19 lines
680 B
JSON

{
"name": "@morphit/net-defense",
"version": "1.11.1",
"private": true,
"type": "module",
"description": "Shared network-defense primitives (private-address detection, SSRF building blocks). Lifted from apps/indexer/src/indexer/federationProbe.ts at cp154 so both the indexer and the MCP server can compose their SSRF defenses from the same building blocks. Pure functions, zero runtime dependencies — consumers compose policy with the helpers.",
"license": "AGPL-3.0-only",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"src"
],
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}