New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@stll/anonymize-wasm

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stll/anonymize-wasm

PII detection and anonymization for browsers via WebAssembly. Same API as @stll/anonymize.

Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
4.5K
-5.21%
Maintainers
1
Weekly downloads
 
Created
Source

@stll/anonymize-wasm

Browser-friendly build of @stll/anonymize.

Use this package when you need the runtime API in a browser or bundler environment. It ships the WebAssembly build and the Vite helper that keeps the wasm assets out of dependency pre-bundling.

Install

bun add @stll/anonymize-wasm

Usage

import { runPipeline } from "@stll/anonymize-wasm";
import stllWasm from "@stll/anonymize-wasm/vite";

Notes

  • This package depends on the same core runtime behavior as @stll/anonymize.
  • If you use Vite, include the helper plugin so wasm asset resolution stays intact.

FAQs

Package last updated on 23 Jun 2026

Related posts