@stackone/redaction
v1.3.2
Published
This package contains utility functions for data redaction used by the **StackOne** packages. It provides methods to redact sensitive information in objects, URLs, and paths.
Downloads
4,516
Keywords
Readme
@stackone/redaction
Description
This package contains utility functions for data redaction used by the StackOne packages. It provides methods to redact sensitive information in objects, URLs, and paths.
This package uses the tech stack provided by the Connect Monorepo global setup. Please check the root README for more information.
Requirements
Please check the root README for requirements.
Installation
# install dependencies
$ npm run installAvailable commands
# clean build output
$ npm run clean# build package
$ npm run build# run tests
$ npm run test# run tests on watch mode
$ npm run test:watch# run linter
$ npm run lint# run linter and try to fix any error
$ npm run lint:fix