@harrytwright/logger-redactions-uri
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@harrytwright/logger-redactions-uri

A CVE-2020-7661 safe version of zeke/redact-url.

Usage

const logger = require('@harrytwright/logger')
logger.redactions(require('@harrytwright/logger-redactions-uri'))

Or adding @harrytwright/logger and redactions to your package.json:

{
  "name": "package",
  "scripts": {
    ...
  },
  "dependency": {
    "@harrytwright/logger-redactions-uri": "1.0.0"
  },
  "@harrytwright/logger": {
    "redactions": [
      "@harrytwright/logger-redactions-uri"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @harrytwright/logger-redactions-uri

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

3.43 kB

Total Files

4

Last publish

Collaborators

  • harrytwright