Redact sensitive information from strings, arrays and objects.

9 stars 1 forks 9 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Mar 8, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The user reports that `moduleResolution: NodeNext` in TypeScript causes an error when importing `@hackylabs/deep-redact` directly, stating the module or its type declarations cannot be found. However, importing from the explicit path `@hackylabs/deep-redact/index.ts` works correctly. This indicates an issue with how the package's entry point or type declarations are resolved by `NodeNext` when a bare module import is used.

Complexity: 3/5
bug good first issue

Redact sensitive information from strings, arrays and objects.

TypeScript