privacy-brush 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +25 -5
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  <h1 align="center" title="PrivacyBrush">🛡️ Priv█cyBr█sh 🖌️</h1>
2
2
 
3
- > **Terminal Output Masking Tool | Safely Share Logs by Hiding Sensitive Information**
3
+ <p align="center">
4
+ <strong>Share Safely, Start with PrivacyBrush</strong><br>
5
+ <sub>Protect privacy, communicate with confidence</sub>
6
+ </p>
4
7
 
5
8
  [![npm version](https://img.shields.io/npm/v/privacy-brush.svg)](https://www.npmjs.com/package/privacy-brush)
6
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -298,10 +301,7 @@ MIT License © 2024 PrivacyBrush Contributors
298
301
 
299
302
  ---
300
303
 
301
- <p align="center">
302
- <strong>Share Safely, Start with PrivacyBrush</strong><br>
303
- <sub>Protect privacy, communicate with confidence</sub>
304
- </p>
304
+ > **Terminal Output Masking Tool | Safely Share Logs by Hiding Sensitive Information**
305
305
 
306
306
  ## Development
307
307
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "privacy-brush",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Automatically mask sensitive information in terminal outputs and logs. Keep your data safe when sharing.",
5
5
  "main": "src/index.mjs",
6
6
  "module": "src/index.mjs",
7
7
  "bin": "src/cli.mjs",
8
8
  "scripts": {
9
- "test": "node --test",
9
+ "test": "node --test || nvm use 22 && sleep 0.5 && node --test",
10
10
  "typecheck": "tsgo --noEmit",
11
11
  "check": "npm run typecheck && npm run test",
12
12
  "========== Publishing ==========": "",
@@ -17,9 +17,29 @@
17
17
  "postversion": "npm publish && git push origin HEAD && git push --tags",
18
18
  "publishd": "npm publish --dry-run"
19
19
  },
20
- "keywords": [],
21
- "author": "",
22
- "license": "ISC",
20
+ "keywords": [
21
+ "privacy",
22
+ "mask",
23
+ "masking",
24
+ "sensitive",
25
+ "guard",
26
+ "shield",
27
+ "safe",
28
+ "sharing",
29
+ "sanitize",
30
+ "obfuscate",
31
+ "blur",
32
+ "logs",
33
+ "terminal",
34
+ "security"
35
+ ],
36
+ "author": "legend80s",
37
+ "license": "MIT",
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/legend80s/privacy-brush.git"
41
+ },
42
+ "homepage": "https://github.com/legend80s/privacy-brush",
23
43
  "devDependencies": {
24
44
  "@typescript/native-preview": "7.0.0-dev.20260122.2",
25
45
  "@types/node": "^25.0.10"