Please follow the appropriate template when opening an issue or pull request:
Understand that it may take several days for your contribution to be reviewed (in particular if you open it on a weekend).
- Fork our repo using the Fork button here.
- Clone your fork:
git clone git@github.com:your_username/sensitive-param-filter.git - Run
npm installto install development dependencies - Make your changes and push them to your fork
- Open a pull request here
npm installinstalls development dependenciesnpm run testruns the test suite using jestnpm run lintensures your code matches our standards via eslint
sensitive-param-filter is published to both GitHub Packages and npm. Ensure you are authenticated with both:
Use npm run release (ensure master is checked out) to publish new versions.