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

next
npmnpm
Version
0.1.0-next.1
Version published
Weekly downloads
109
194.59%
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

Current prerelease channel:

npm install @debugbundle/redaction@next

Example

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

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

Notes

  • Published from the DebugBundle prerelease workflow under the next dist-tag.
  • Most applications consume this transitively through a DebugBundle SDK package.

FAQs

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