dphelper 3.2.9 → 3.3.1
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/FUNDING.yml +12 -0
- package/README.md +5 -13
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +2 -1
package/FUNDING.yml
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: passariello
|
|
4
|
+
patreon: passariello
|
|
5
|
+
ko_fi: passariello
|
|
6
|
+
liberapay: passariello
|
|
7
|
+
issuehunt: passariello
|
|
8
|
+
custom:
|
|
9
|
+
[
|
|
10
|
+
"https://dario.passariello.ca",
|
|
11
|
+
"https://www.indiegogo.com/individuals/28513718",
|
|
12
|
+
]
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
**The supercharged toolkit for modern web development, AI engineering & DevTools.**
|
|
5
|
+
> **The supercharged toolkit for modern web development, AI engineering & DevTools.**
|
|
6
6
|
|
|
7
7
|
[](https://npmjs.org/package/dphelper)
|
|
8
8
|
[](https://packagephobia.now.sh/result?p=dphelper)
|
|
@@ -223,18 +223,10 @@ Manage your `dphelper` environment, monitor memory usage, and access documentati
|
|
|
223
223
|
|
|
224
224
|
---
|
|
225
225
|
|
|
226
|
-
##
|
|
227
|
-
|
|
228
|
-
We take security seriously. Every release is audited:
|
|
229
|
-
|
|
230
|
-
- [Socket.dev Audit](https://socket.dev/npm/package/dphelper)
|
|
231
|
-
- [Snyk Security Report](https://security.snyk.io/package/npm/dphelper)
|
|
232
|
-
|
|
233
|
-
---
|
|
226
|
+
## License
|
|
234
227
|
|
|
235
|
-
|
|
236
|
-
All rights reserved - Copyright (c) 2019 - 2026
|
|
228
|
+
MIT License
|
|
237
229
|
|
|
238
|
-
##
|
|
230
|
+
## Credits
|
|
239
231
|
|
|
240
|
-
|
|
232
|
+
Copyrigth (c) [Dario Passariello](https://dario.passariello.ca/)
|