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

latest
npmnpm
Version
1.6.0
Version published
Weekly downloads
65
-71.86%
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 28 Jul 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