🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@stll/anonymize-data

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stll/anonymize-data

Deny list dictionaries and config data for @stll/anonymize

latest
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
2.1K
-8.66%
Maintainers
1
Weekly downloads
 
Created
Source

Stella anonymize

@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 configuration
  • dictionaries/names/ for first names, surnames, titles, and global fallback lists
  • dictionaries/cities/ for country-specific city corpora
  • dictionaries/banks/, dictionaries/courts/, dictionaries/insurance/, dictionaries/education/, dictionaries/government/, dictionaries/healthcare/, and dictionaries/international/ for organization and institution deny-lists

Install

bun add @stll/anonymize-data

Usage

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.

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts