p3x-xml2json 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 +32 -15
- package/package.json +13 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# ๐ Converts xml to json and vice-versa, using node-expat
|
|
9
|
+
# ๐ Converts xml to json and vice-versa, using node-expat 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
|
|
|
@@ -144,23 +144,42 @@ var options = {
|
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
-
|
|
147
|
+
# ๐ Meet Assistant SaaS โ meeting.corifeus.com
|
|
148
148
|
|
|
149
|
-
|
|
149
|
+
Don't want to install anything? Try the **hosted version** at **[meeting.corifeus.com](https://meeting.corifeus.com)** โ full meeting workflow built for European businesses, no setup, no API key, no command line.
|
|
150
|
+
|
|
151
|
+
What the hosted version offers:
|
|
152
|
+
|
|
153
|
+
- **21-language live translation** during the meeting
|
|
154
|
+
- **AI summaries, action items, decisions, attendees, key quotes** auto-generated after every meeting
|
|
155
|
+
- **Custom vocabulary** โ your client / company / industry terms corrected automatically (Pro+ tier)
|
|
156
|
+
- **Searchable meeting library** โ find any decision or promise across all your past meetings
|
|
157
|
+
- **Shareable read-only links** โ send a clean meeting summary to a client or teammate, no signup needed on their end
|
|
158
|
+
- **One-click email summary** after each meeting
|
|
159
|
+
- **Premium engine on every plan** โ no downgraded model, ever
|
|
160
|
+
- **EU billing** โ Stripe Tax + VAT-compliant + EUR-priced (Solo โฌ19.99 / Pro โฌ39.99 / Business โฌ99.99 per month, no lock-in)
|
|
161
|
+
- **GDPR-compliant by default** โ browser-language auto-detection, no tracking cookies, your meetings stored encrypted
|
|
162
|
+
|
|
163
|
+
Try the live demo (1 minute free, no signup) or browse the **public sample meeting** at [meeting.corifeus.com/sample](https://meeting.corifeus.com/sample).
|
|
150
164
|
|
|
151
165
|
---
|
|
152
166
|
|
|
153
|
-
|
|
167
|
+
# Corifeus Network
|
|
154
168
|
|
|
155
|
-
|
|
169
|
+
AI-powered network & email toolkit โ free, no signup.
|
|
156
170
|
|
|
157
|
-
|
|
158
|
-
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
159
|
-
Additionally, it offers tools for:
|
|
160
|
-
- ๐ก Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
161
|
-
- ๐ Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
171
|
+
**Web** ยท [network.corifeus.com](https://network.corifeus.com) **MCP** ยท [`npm i -g p3x-network-mcp`](https://www.npmjs.com/package/p3x-network-mcp)
|
|
162
172
|
|
|
163
|
-
|
|
173
|
+
- **AI Network Assistant** โ ask in plain language, get a full domain health report
|
|
174
|
+
- **Network Audit** โ DNS, SSL, security headers, DNSBL, BGP, IPv6, geolocation in one call
|
|
175
|
+
- **Diagnostics** โ DNS lookup & global propagation, WHOIS, reverse DNS, HTTP check, my-IP
|
|
176
|
+
- **Mail Tester** โ live SPF/DKIM/DMARC + spam score + AI fix suggestions, results emailed (localized)
|
|
177
|
+
- **Monitoring** โ TCP / HTTP / Ping with alerts and public status pages
|
|
178
|
+
- **MCP server** โ 17 tools exposed to Claude Code, Codex, Cursor, any MCP client
|
|
179
|
+
- **Install** โ `claude mcp add p3x-network -- npx p3x-network-mcp`
|
|
180
|
+
- **Try** โ *"audit example.com"*, *"why do my emails land in spam? test me@example.com"*
|
|
181
|
+
- **Source** โ [patrikx3/network](https://github.com/patrikx3/network) ยท [patrikx3/network-mcp](https://github.com/patrikx3/network-mcp)
|
|
182
|
+
- **Contact** โ [patrikx3.com](https://www.patrikx3.com/en/front/contact) ยท [donate](https://paypal.me/patrikx3)
|
|
164
183
|
|
|
165
184
|
---
|
|
166
185
|
|
|
@@ -182,10 +201,8 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
182
201
|
|
|
183
202
|
**๐จ Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
184
203
|
|
|
185
|
-
---
|
|
186
|
-
|
|
187
204
|
|
|
188
|
-
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build
|
|
205
|
+
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2026.4.125
|
|
189
206
|
|
|
190
207
|
[](https://www.npmjs.com/package/p3x-xml2json) [](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)
|
|
191
208
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-xml2json",
|
|
3
3
|
"corifeus": {
|
|
4
|
+
"icon": "fas fa-exchange-alt",
|
|
4
5
|
"prefix": "p3x-",
|
|
5
6
|
"publish": true,
|
|
6
7
|
"type": "p3x",
|
|
7
8
|
"code": "Done",
|
|
8
|
-
"nodejs": "
|
|
9
|
+
"nodejs": "v24.14.1",
|
|
9
10
|
"opencollective": false,
|
|
10
11
|
"reponame": "xml2json",
|
|
11
12
|
"build": true
|
|
12
13
|
},
|
|
13
|
-
"version": "
|
|
14
|
+
"version": "2026.4.125",
|
|
14
15
|
"description": "๐ Converts xml to json and vice-versa, using node-expat",
|
|
15
16
|
"repository": {
|
|
16
17
|
"type": "git",
|
|
@@ -23,8 +24,8 @@
|
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"@hapi/hoek": "^11.0.7",
|
|
26
|
-
"joi": "^
|
|
27
|
-
"nan": "^2.
|
|
27
|
+
"joi": "^18.1.2",
|
|
28
|
+
"nan": "^2.26.2",
|
|
28
29
|
"node-expat": "^2.4.1"
|
|
29
30
|
},
|
|
30
31
|
"bin": {
|
|
@@ -32,11 +33,17 @@
|
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@hapi/code": "^9.0.3",
|
|
35
|
-
"@hapi/lab": "^26.0.
|
|
36
|
-
"corifeus-builder": "^
|
|
36
|
+
"@hapi/lab": "^26.0.1",
|
|
37
|
+
"corifeus-builder": "^2026.4.149"
|
|
37
38
|
},
|
|
38
39
|
"engines": {
|
|
39
40
|
"node": ">=12.13.0"
|
|
40
41
|
},
|
|
42
|
+
"resolutions": {
|
|
43
|
+
"nan": "^2.26.2"
|
|
44
|
+
},
|
|
45
|
+
"overrides": {
|
|
46
|
+
"nan": "^2.26.2"
|
|
47
|
+
},
|
|
41
48
|
"homepage": "https://corifeus.com/xml2json"
|
|
42
49
|
}
|