@logtape/redaction 0.10.0-dev.168 → 0.10.0-dev.171
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,13 +7,18 @@ Data redaction for LogTape
|
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
8
|
|
|
9
9
|
This package provides data redaction for [LogTape]. You can redact sensitive
|
|
10
|
-
data in log records.
|
|
10
|
+
data in log records. For details, read the docs:
|
|
11
|
+
|
|
12
|
+
- [Pattern-based redaction]
|
|
13
|
+
- [Field-based redaction]
|
|
11
14
|
|
|
12
15
|
[JSR]: https://jsr.io/@logtape/redaction
|
|
13
16
|
[JSR badge]: https://jsr.io/badges/@logtape/redaction
|
|
14
17
|
[npm]: https://www.npmjs.com/package/@logtape/redaction
|
|
15
18
|
[npm badge]: https://img.shields.io/npm/v/@logtape/redaction?logo=npm
|
|
16
19
|
[LogTape]: https://logtape.org/
|
|
20
|
+
[Pattern-based redaction]: https://logtape.org/manual/redaction#pattern-based-redaction
|
|
21
|
+
[Field-based redaction]: https://logtape.org/manual/redaction#field-based-redaction
|
|
17
22
|
|
|
18
23
|
|
|
19
24
|
Installation
|
|
@@ -29,3 +34,10 @@ pnpm add @logtape/redaction # for pnpm
|
|
|
29
34
|
yarn add @logtape/redaction # for Yarn
|
|
30
35
|
bun add @logtape/redaction # for Bun
|
|
31
36
|
~~~~
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
Docs
|
|
40
|
+
----
|
|
41
|
+
|
|
42
|
+
The docs of this package is available at <https://logtape.org/manual/redaction>.
|
|
43
|
+
For the API references, see <https://jsr.io/@logtape/redaction>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logtape/redaction",
|
|
3
|
-
"version": "0.10.0-dev.
|
|
3
|
+
"version": "0.10.0-dev.171+8f174256",
|
|
4
4
|
"description": "Redact sensitive data from log messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"logging",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/node": "^20.9.0",
|
|
52
52
|
"picocolors": "^1.0.0",
|
|
53
53
|
"@deno/shim-deno": "~0.18.0",
|
|
54
|
-
"@logtape/logtape": "^0.10.0-dev.
|
|
54
|
+
"@logtape/logtape": "^0.10.0-dev.170"
|
|
55
55
|
},
|
|
56
56
|
"_generatedBy": "dnt@dev"
|
|
57
57
|
}
|