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

@debugbundle/redaction

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

Source
npmnpm
Version
1.7.1
Version published
Maintainers
1
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 14 Sep 2026

Related posts