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

@stll/anonymize-wasm

Package Overview
Dependencies
Maintainers
1
Versions
26
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.

latest
Source
npmnpm
Version
1.5.0
Version published
Maintainers
1
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

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