@profullstack/threatcrush 0.1.9 → 0.1.11

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -134,6 +134,16 @@ Pay once, access forever. All core modules, CLI, daemon, API, and lifetime updat
134
134
 
135
135
  👉 [Get lifetime access at threatcrush.com](https://threatcrush.com)
136
136
 
137
+ ## Browser Extension
138
+
139
+ Monitor security from your browser:
140
+
141
+ - **Chrome** — Chrome Web Store (coming soon)
142
+ - **Firefox** — Firefox Add-ons (coming soon)
143
+ - **Safari** — Coming soon
144
+
145
+ Features: scan any site, real-time alerts, security headers check, dashboard popup.
146
+
137
147
  ## Links
138
148
 
139
149
  - 🌐 **Website:** [threatcrush.com](https://threatcrush.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profullstack/threatcrush",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
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"