redact-pii-simple

v1.0.0
Remove personally identifiable information from text.

build

del lib && tsc --pretty

typecheck

tsc --noEmit

prepublishOnly

npm run verify_all && npm run build

verify_all

npm run typecheck && npm test && npm run test_prettier && changelog-verify CHANGELOG.md

test

jest

test_prettier

prettier './+(src|test)/**/*.+(js|ts|tsx)' --list-different

prettier

prettier './+(src|test)/**/*.+(js|ts|tsx)' --write

version

version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md
npm i redact-pii-simple

Metadata

  • MIT
  • >8.0.0
  • Christian Theilemann
  • released 10/1/2019

Downloads

Maintainers