Sign In

@debugbundle/redaction

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debugbundle/redaction

Sensitive-data redaction helpers for DebugBundle SDKs

npmnpm
Version
1.0.1
Version published
Weekly downloads
65
20.37%
Maintainers
1
Weekly downloads
 
Created
Source

@debugbundle/redaction

Sensitive-data redaction helpers used by DebugBundle SDKs and ingestion flows.

This package provides the shared payload scrubbing primitives that remove secrets and other unsafe fields before data leaves a process.

Install

Published package:

npm install @debugbundle/redaction

Example

import { redact } from "@debugbundle/redaction";

const sanitized = redact({
  authorization: "Bearer secret",
  password: "super-secret",
  safe: "ok"
});

Notes

  • Published from the core-owned shared-package release workflow in debugbundle/debugbundle.
  • Most applications consume this transitively through a DebugBundle SDK package.

FAQs

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