@threat-modeling/open-threat-database
v0.1.2
Published
American-spelling alias for @threat-modelling/open-threat-database. Re-exports the canonical (British-spelling) package — see that package for the actual library and source.
Maintainers
Readme
@threat-modeling/open-threat-database
American-spelling alias for @threat-modelling/open-threat-database.
This package contains no original code — it re-exports the canonical (British-spelling) package as a runtime dependency. New features, threats, and version bumps happen on the canonical package; this alias exists only so the American spelling resolves on npm.
Install
npm install @threat-modeling/open-threat-databaseUsage
import { threats, getThreatById } from "@threat-modeling/open-threat-database";
import schema from "@threat-modeling/open-threat-database/schema.json" with { type: "json" };The exported API is identical to the canonical package. See the canonical README for full documentation.
Versioning
This alias is published in lockstep with the canonical package and pins the exact canonical version it was built against. To pick up newer threats, update both packages together (or just install the canonical one directly).
