corifeus-utils 2025.4.123 → 2026.4.126
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 +5 -5
- package/src/snap.js +1 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# ❤️ Corifeus Utils
|
|
8
|
+
# ❤️ Corifeus Utils v2026.4.126
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
### 🛠️ Built on NodeJs version
|
|
22
22
|
|
|
23
23
|
```txt
|
|
24
|
-
|
|
24
|
+
v24.14.1
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
|
|
@@ -116,23 +116,22 @@ Everything is promise based.
|
|
|
116
116
|
|
|
117
117
|
---
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
# Corifeus Network
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
AI-powered network & email toolkit — free, no signup.
|
|
122
122
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 🌐 Powerful Online Networking Tool
|
|
126
|
-
|
|
127
|
-
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
123
|
+
**Web** · [network.corifeus.com](https://network.corifeus.com) **MCP** · [`npm i -g p3x-network-mcp`](https://www.npmjs.com/package/p3x-network-mcp)
|
|
128
124
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
125
|
+
- **AI Network Assistant** — ask in plain language, get a full domain health report
|
|
126
|
+
- **Network Audit** — DNS, SSL, security headers, DNSBL, BGP, IPv6, geolocation in one call
|
|
127
|
+
- **Diagnostics** — DNS lookup & global propagation, WHOIS, reverse DNS, HTTP check, my-IP
|
|
128
|
+
- **Mail Tester** — live SPF/DKIM/DMARC + spam score + AI fix suggestions, results emailed (localized)
|
|
129
|
+
- **Monitoring** — TCP / HTTP / Ping with alerts and public status pages
|
|
130
|
+
- **MCP server** — 17 tools exposed to Claude Code, Codex, Cursor, any MCP client
|
|
131
|
+
- **Install** — `claude mcp add p3x-network -- npx p3x-network-mcp`
|
|
132
|
+
- **Try** — *"audit example.com"*, *"why do my emails land in spam? test me@example.com"*
|
|
133
|
+
- **Source** — [patrikx3/network](https://github.com/patrikx3/network) · [patrikx3/network-mcp](https://github.com/patrikx3/network-mcp)
|
|
134
|
+
- **Contact** — [patrikx3.com](https://www.patrikx3.com/en/front/contact) · [donate](https://paypal.me/patrikx3)
|
|
136
135
|
|
|
137
136
|
---
|
|
138
137
|
|
|
@@ -154,10 +153,8 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
154
153
|
|
|
155
154
|
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
156
155
|
|
|
157
|
-
---
|
|
158
|
-
|
|
159
156
|
|
|
160
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build
|
|
157
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2026.4.126
|
|
161
158
|
|
|
162
159
|
[](https://www.npmjs.com/package/corifeus-utils) [](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)
|
|
163
160
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2026.4.126",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "
|
|
8
|
+
"nodejs": "v24.14.1",
|
|
9
9
|
"reponame": "corifeus-utils",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"build": true
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://corifeus.com/corifeus-utils",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"corifeus-builder": "^
|
|
39
|
+
"corifeus-builder": "^2026.4.143",
|
|
40
40
|
"istanbul": "^0.4.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"lodash": "^4.17.21"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"fs-extra": "^11.3.
|
|
46
|
+
"fs-extra": "^11.3.4",
|
|
47
47
|
"ms": "^2.1.3",
|
|
48
48
|
"mz": "^2.7.0",
|
|
49
49
|
"timestring": "^7.0.0",
|
|
50
|
-
"uuid": "^
|
|
50
|
+
"uuid": "^14.0.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=12.13.0"
|
package/src/snap.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
module.exports.getVersion = async ({ pkg }) => {
|
|
2
|
-
|
|
3
|
-
let snapVersion = result.stdout.split('\n')[1].trim().split(/\s+/)
|
|
4
|
-
snapVersion = snapVersion[snapVersion.length - 2]
|
|
5
|
-
return snapVersion
|
|
2
|
+
return pkg.version
|
|
6
3
|
}
|