corifeus-utils 2025.4.123 → 2026.4.127

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 (3) hide show
  1. package/README.md +16 -19
  2. package/package.json +5 -5
  3. package/src/snap.js +1 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  ---
8
- # ❤️ Corifeus Utils v2025.4.123
8
+ # ❤️ Corifeus Utils v2026.4.127
9
9
 
10
10
 
11
11
 
@@ -21,7 +21,7 @@
21
21
  ### 🛠️ Built on NodeJs version
22
22
 
23
23
  ```txt
24
- v22.13.1
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
- ## 🚀 Quick and Affordable Web Development Services
119
+ # Corifeus Network
120
120
 
121
- If you want to quickly and affordably develop your next digital project, visit [corifeus.eu](https://corifeus.eu) for expert solutions tailored to your needs.
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
- **🆓 Free**
130
- Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
131
- Additionally, it offers tools for:
132
- - 📡 Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
133
- - 📊 Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
134
-
135
- All these features are completely free to use.
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 v2025.4.123
157
+ [**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2026.4.127
161
158
 
162
159
  [![NPM](https://img.shields.io/npm/v/corifeus-utils.svg)](https://www.npmjs.com/package/corifeus-utils) [![Donate for PatrikX3 / P3X](https://img.shields.io/badge/Donate-PatrikX3-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](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": "2025.4.123",
3
+ "version": "2026.4.127",
4
4
  "corifeus": {
5
5
  "icon": "far fa-lightbulb",
6
6
  "code": "Memory",
7
7
  "publish": true,
8
- "nodejs": "v22.13.1",
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": "^2025.4.133",
39
+ "corifeus-builder": "^2026.4.145",
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.0",
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": "^11.0.5"
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
- const result = await require('./child-process').exec(`snapcraft status ${pkg.name}`)
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
  }