corifeus-utils 2025.4.102 → 2025.4.104
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 +21 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# ❤️ Corifeus Utils v2025.4.
|
|
8
|
+
# ❤️ Corifeus Utils v2025.4.104
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -115,6 +115,24 @@ Everything is promise based.
|
|
|
115
115
|
---
|
|
116
116
|
|
|
117
117
|
|
|
118
|
+
## Quick and Affordable Web Development Services
|
|
119
|
+
|
|
120
|
+
If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## Powerful Online Networking Tool
|
|
125
|
+
|
|
126
|
+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
127
|
+
|
|
128
|
+
**Free**
|
|
129
|
+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
130
|
+
Additionally, it offers tools for:
|
|
131
|
+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
132
|
+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
133
|
+
|
|
134
|
+
All these features are completely free to use.
|
|
135
|
+
|
|
118
136
|
## Support Our Open-Source Project ❤️
|
|
119
137
|
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
|
|
120
138
|
|
|
@@ -122,7 +140,7 @@ If you appreciate our work, consider starring this repository or making a donati
|
|
|
122
140
|
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
123
141
|
|
|
124
142
|
### About My Domains
|
|
125
|
-
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
143
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
126
144
|
|
|
127
145
|
### Versioning Policy
|
|
128
146
|
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
@@ -135,7 +153,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
|
|
|
135
153
|
---
|
|
136
154
|
|
|
137
155
|
|
|
138
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.
|
|
156
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.104
|
|
139
157
|
|
|
140
158
|
[](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)
|
|
141
159
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.104",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://corifeus.com/corifeus-utils",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"corifeus-builder": "^
|
|
39
|
+
"corifeus-builder": "^2025.4.103",
|
|
40
40
|
"istanbul": "^0.4.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|