p3x-verdaccio-cli 2025.4.121 โ 2026.4.125
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 +16 -19
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# ๐ถ Verdaccio CLI
|
|
9
|
+
# ๐ถ Verdaccio CLI v2026.4.125
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
### ๐ ๏ธ Built on NodeJs version
|
|
23
23
|
|
|
24
24
|
```txt
|
|
25
|
-
|
|
25
|
+
v24.14.1
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
|
@@ -122,23 +122,22 @@ p3x-verdaccio-cli --config /var/npm/config.yaml pkg keep --min 10
|
|
|
122
122
|
|
|
123
123
|
---
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
# Corifeus Network
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
AI-powered network & email toolkit โ free, no signup.
|
|
128
128
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## ๐ Powerful Online Networking Tool
|
|
132
|
-
|
|
133
|
-
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
129
|
+
**Web** ยท [network.corifeus.com](https://network.corifeus.com) **MCP** ยท [`npm i -g p3x-network-mcp`](https://www.npmjs.com/package/p3x-network-mcp)
|
|
134
130
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
|
|
141
|
-
|
|
131
|
+
- **AI Network Assistant** โ ask in plain language, get a full domain health report
|
|
132
|
+
- **Network Audit** โ DNS, SSL, security headers, DNSBL, BGP, IPv6, geolocation in one call
|
|
133
|
+
- **Diagnostics** โ DNS lookup & global propagation, WHOIS, reverse DNS, HTTP check, my-IP
|
|
134
|
+
- **Mail Tester** โ live SPF/DKIM/DMARC + spam score + AI fix suggestions, results emailed (localized)
|
|
135
|
+
- **Monitoring** โ TCP / HTTP / Ping with alerts and public status pages
|
|
136
|
+
- **MCP server** โ 17 tools exposed to Claude Code, Codex, Cursor, any MCP client
|
|
137
|
+
- **Install** โ `claude mcp add p3x-network -- npx p3x-network-mcp`
|
|
138
|
+
- **Try** โ *"audit example.com"*, *"why do my emails land in spam? test me@example.com"*
|
|
139
|
+
- **Source** โ [patrikx3/network](https://github.com/patrikx3/network) ยท [patrikx3/network-mcp](https://github.com/patrikx3/network-mcp)
|
|
140
|
+
- **Contact** โ [patrikx3.com](https://www.patrikx3.com/en/front/contact) ยท [donate](https://paypal.me/patrikx3)
|
|
142
141
|
|
|
143
142
|
---
|
|
144
143
|
|
|
@@ -160,10 +159,8 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
160
159
|
|
|
161
160
|
**๐จ Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
162
161
|
|
|
163
|
-
---
|
|
164
|
-
|
|
165
162
|
|
|
166
|
-
[**P3X-VERDACCIO-CLI**](https://corifeus.com/verdaccio-cli) Build
|
|
163
|
+
[**P3X-VERDACCIO-CLI**](https://corifeus.com/verdaccio-cli) Build v2026.4.125
|
|
167
164
|
|
|
168
165
|
[](https://www.npmjs.com/package/p3x-verdaccio-cli) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
169
166
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-verdaccio-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2026.4.125",
|
|
4
4
|
"corifeus": {
|
|
5
|
+
"icon": "fas fa-terminal",
|
|
5
6
|
"prefix": "p3x-",
|
|
6
7
|
"publish": true,
|
|
7
8
|
"type": "p3x",
|
|
8
9
|
"code": "Sake",
|
|
9
|
-
"nodejs": "
|
|
10
|
+
"nodejs": "v24.14.1",
|
|
10
11
|
"opencollective": false,
|
|
11
12
|
"reponame": "verdaccio-cli",
|
|
12
13
|
"build": true
|
|
@@ -37,14 +38,14 @@
|
|
|
37
38
|
},
|
|
38
39
|
"homepage": "https://corifeus.com/verdaccio-cli",
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"corifeus-builder": "^
|
|
41
|
+
"corifeus-builder": "^2026.4.147"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
44
|
"chalk": "^4.1.2",
|
|
44
45
|
"cli-table": "^0.3.11",
|
|
45
|
-
"commander": "^
|
|
46
|
-
"fs-extra": "^11.3.
|
|
47
|
-
"js-yaml": "^4.1.
|
|
46
|
+
"commander": "^14.0.3",
|
|
47
|
+
"fs-extra": "^11.3.4",
|
|
48
|
+
"js-yaml": "^4.1.1"
|
|
48
49
|
},
|
|
49
50
|
"engines": {
|
|
50
51
|
"node": ">=12.13.0"
|