II.
Library JSON
Structured · livelibrary:helmet
Helmet json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:helmet",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-backend.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Helmet",
"belongsToLanguageId": "language:javascript",
"category": "http-server",
"description": "Collection of Express middleware functions that set HTTP security\nheaders — CSP, HSTS, X-Frame-Options, and more — to protect\nNode.js web applications from common vulnerabilities.\n"
},
"outgoingEdges": [
{
"from": "library:helmet",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:helmet",
"to": "skill-area:backend-security",
"kind": "used_for"
},
{
"from": "library:helmet",
"to": "library:cors",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:chi-middleware",
"to": "library:helmet",
"kind": "alternative_to"
},
{
"from": "library:cors",
"to": "library:helmet",
"kind": "alternative_to"
},
{
"from": "stack-profile:healthcare-hipaa-compliant",
"to": "library:helmet",
"kind": "composed_of"
}
]
}