p3x-xml2json 2025.4.106 → 2025.4.111
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 +35 -26
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,18 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# Converts xml to json and vice-versa, using node-expat v2025.4.
|
|
9
|
+
# Converts xml to json and vice-versa, using node-expat v2025.4.111
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
**Bugs are evident™ - MATRIX️**
|
|
12
|
+
|
|
13
|
+
🌌 **Bugs are evident™ - MATRIX️**
|
|
14
|
+
🚧 **This project is under active development!**
|
|
15
|
+
📢 **We welcome your feedback and contributions.**
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
|
|
17
19
|
|
|
18
20
|
### NodeJS LTS is supported
|
|
19
21
|
|
|
20
|
-
### Built on NodeJs version
|
|
22
|
+
### 🛠️ Built on NodeJs version
|
|
21
23
|
|
|
22
24
|
```txt
|
|
23
25
|
v22.13.0
|
|
@@ -27,7 +29,7 @@ v22.13.0
|
|
|
27
29
|
|
|
28
30
|
|
|
29
31
|
|
|
30
|
-
# Description
|
|
32
|
+
# 📝 Description
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
[//]: #@corifeus-header:end
|
|
@@ -142,46 +144,53 @@ var options = {
|
|
|
142
144
|
|
|
143
145
|
---
|
|
144
146
|
|
|
145
|
-
|
|
146
|
-
## Quick and Affordable Web Development Services
|
|
147
|
+
## 🚀 Quick and Affordable Web Development Services
|
|
147
148
|
|
|
148
149
|
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.
|
|
149
150
|
|
|
150
151
|
---
|
|
151
152
|
|
|
152
|
-
## Powerful Online Networking Tool
|
|
153
|
+
## 🌐 Powerful Online Networking Tool
|
|
153
154
|
|
|
154
155
|
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
155
156
|
|
|
156
|
-
|
|
157
|
+
**🆓 Free**
|
|
157
158
|
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
158
159
|
Additionally, it offers tools for:
|
|
159
|
-
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
160
|
-
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
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.
|
|
161
162
|
|
|
162
|
-
All these features are completely free to use.
|
|
163
|
-
|
|
164
|
-
## Support Our Open-Source Project ❤️
|
|
165
|
-
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!
|
|
163
|
+
All these features are completely free to use.
|
|
166
164
|
|
|
167
|
-
|
|
168
|
-
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## ❤️ Support Our Open-Source Project
|
|
168
|
+
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!
|
|
169
169
|
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
### 🖥️ Server Availability
|
|
173
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
### 🌍 About My Domains
|
|
178
|
+
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.
|
|
179
|
+
|
|
180
|
+
---
|
|
172
181
|
|
|
173
|
-
### Versioning Policy
|
|
174
|
-
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
175
|
-
- **Major:** Corresponds to the current year.
|
|
176
|
-
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
177
|
-
- **Patch:** Incremental, updated with each build.
|
|
182
|
+
### 📈 Versioning Policy
|
|
183
|
+
**Version Structure:** We follow a **Major.Minor.Patch** versioning scheme:
|
|
184
|
+
- **Major:** 📅 Corresponds to the current year.
|
|
185
|
+
- **Minor:** 🌓 Set as 4 for releases from January to June, and 10 for July to December.
|
|
186
|
+
- **Patch:** 🔧 Incremental, updated with each build.
|
|
178
187
|
|
|
179
|
-
|
|
188
|
+
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
180
189
|
|
|
181
190
|
---
|
|
182
191
|
|
|
183
192
|
|
|
184
|
-
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2025.4.
|
|
193
|
+
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2025.4.111
|
|
185
194
|
|
|
186
195
|
[](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)
|
|
187
196
|
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"reponame": "xml2json",
|
|
11
11
|
"build": true
|
|
12
12
|
},
|
|
13
|
-
"version": "2025.4.
|
|
13
|
+
"version": "2025.4.111",
|
|
14
14
|
"description": "Converts xml to json and vice-versa, using node-expat",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@hapi/code": "^9.0.3",
|
|
35
35
|
"@hapi/lab": "^26.0.0",
|
|
36
|
-
"corifeus-builder": "^2025.4.
|
|
36
|
+
"corifeus-builder": "^2025.4.119"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=12.13.0"
|