p3x-json2xls-worker-thread 2024.4.119 → 2025.4.103
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 +22 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread
|
|
9
|
+
# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread v2025.4.103
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
### Built on NodeJs version
|
|
21
21
|
|
|
22
22
|
```txt
|
|
23
|
-
v22.
|
|
23
|
+
v22.13.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
|
|
@@ -140,6 +140,24 @@ console.log(xlsBinary)
|
|
|
140
140
|
---
|
|
141
141
|
|
|
142
142
|
|
|
143
|
+
## Quick and Affordable Web Development Services
|
|
144
|
+
|
|
145
|
+
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.
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
## Powerful Online Networking Tool
|
|
150
|
+
|
|
151
|
+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
152
|
+
|
|
153
|
+
**Free**
|
|
154
|
+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
155
|
+
Additionally, it offers tools for:
|
|
156
|
+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
157
|
+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
158
|
+
|
|
159
|
+
All these features are completely free to use.
|
|
160
|
+
|
|
143
161
|
## Support Our Open-Source Project ❤️
|
|
144
162
|
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!
|
|
145
163
|
|
|
@@ -147,7 +165,7 @@ If you appreciate our work, consider starring this repository or making a donati
|
|
|
147
165
|
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
148
166
|
|
|
149
167
|
### About My Domains
|
|
150
|
-
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.
|
|
168
|
+
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.
|
|
151
169
|
|
|
152
170
|
### Versioning Policy
|
|
153
171
|
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
@@ -160,7 +178,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
|
|
|
160
178
|
---
|
|
161
179
|
|
|
162
180
|
|
|
163
|
-
[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build
|
|
181
|
+
[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build v2025.4.103
|
|
164
182
|
|
|
165
183
|
[](https://www.npmjs.com/package/p3x-json2xls-worker-thread) [](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)
|
|
166
184
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-json2xls-worker-thread",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2025.4.103",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-file-excel",
|
|
6
6
|
"prefix": "p3x-",
|
|
7
7
|
"publish": true,
|
|
8
8
|
"type": "p3x",
|
|
9
9
|
"code": "Legend",
|
|
10
|
-
"nodejs": "v22.
|
|
10
|
+
"nodejs": "v22.13.0",
|
|
11
11
|
"opencollective": false,
|
|
12
12
|
"reponame": "json2xls-worker-thread",
|
|
13
13
|
"build": true
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://corifeus.com/json2xls-worker-thread",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"corifeus-builder": "^
|
|
42
|
-
"express": "^4.
|
|
41
|
+
"corifeus-builder": "^2025.4.105",
|
|
42
|
+
"express": "^4.21.2"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"excel-export": "^0.5.1",
|