1.0.4 • Published 1 year ago

@harrytwright/logger-redactions-uri v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@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"
    ]
  }
}
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago