🚀 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
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@stll/anonymize-data

Deny list dictionaries and config data for @stll/anonymize

unpublished
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2.1K
-8.66%
Maintainers
1
Weekly downloads
 
Created
Source

Stella

@stll/anonymize-data

Deny-list dictionaries and configuration data for @stll/anonymize.

Contents

Config (21 files)

Trigger phrases, name corpora, legal forms, honorifics, coreference patterns, stopwords, and address boundaries across 10+ languages.

Dictionaries (315+ files)

  • Banks — SWIFT/BIC codes per country
  • Cities — city names per country
  • Streets — street type keywords per language
  • Country names — translations across EU languages

Install

npm install @stll/anonymize-data

Usage

Used as a peer dependency of @stll/anonymize. Import config or dictionary files directly:

import triggers from '@stll/anonymize-data/config/triggers.cs.json'
import cities from '@stll/anonymize-data/dictionaries/cities/CZ.json'

License

MIT

FAQs

Package last updated on 22 Mar 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