@stll/anonymize-data
v0.0.5
Published
Deny list dictionaries and config data for @stll/anonymize
Readme
@stll/anonymize-data
Published configuration data and dictionary catalogs for @stll/anonymize.
This package is the stable data surface for the runtime package. It exists so the runtime can stay focused on detection logic while the published deny-list and trigger assets remain versioned separately.
What ships
config/for trigger, stopword, legal form, and coreference configurationdictionaries/names/for first names, surnames, titles, and global fallback listsdictionaries/cities/for country-specific city corporadictionaries/banks/,dictionaries/courts/,dictionaries/insurance/,dictionaries/education/,dictionaries/government/,dictionaries/healthcare/, anddictionaries/international/for organization and institution deny-lists
Install
bun add @stll/anonymize-dataUsage
import triggers from "@stll/anonymize-data/config/triggers.cs.json";
import cities from "@stll/anonymize-data/dictionaries/cities/CZ.json";
import banks from "@stll/anonymize-data/dictionaries/banks/US.json";Maintenance
- The package build checks trigger configs for schema mistakes and duplicate trigger collisions.
- The npm tarball is expected to contain every exported dictionary path listed in
package.json. - Release automation should validate the packed file list before anything is published.
