@profullstack/threatcrush 0.1.15 → 0.1.16

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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,17 @@
20
20
 
21
21
  <h4 align="center">All-in-one security agent — monitor, detect, scan, and protect servers in real-time.</h4>
22
22
 
23
+ <p align="center">
24
+ <img src="https://threatcrush.com/images/gallery-cli.png" alt="ThreatCrush CLI" width="48%" />
25
+ <img src="https://threatcrush.com/images/gallery-tui.png" alt="ThreatCrush TUI" width="48%" />
26
+ </p>
27
+ <p align="center">
28
+ <img src="https://threatcrush.com/images/gallery-desktop.png" alt="ThreatCrush Desktop" width="60%" />
29
+ </p>
30
+ <p align="center">
31
+ <img src="https://threatcrush.com/images/gallery-mobile.png" alt="ThreatCrush Mobile" width="30%" />
32
+ </p>
33
+
23
34
  <p align="center">
24
35
  <a href="https://threatcrush.com">Website</a> •
25
36
  <a href="#install">Install</a> •
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profullstack/threatcrush",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "All-in-one security agent daemon — monitor, detect, scan, and protect servers in real-time",
5
5
  "bin": {
6
6
  "threatcrush": "./dist/index.js"