dphelper 3.2.8 → 3.3.0
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 +7 -10
- package/SECURITY.md +3 -0
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +2 -4
- package/types/dphelper.d.ts +8 -0
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)
|
|
@@ -225,16 +225,13 @@ Manage your `dphelper` environment, monitor memory usage, and access documentati
|
|
|
225
225
|
|
|
226
226
|
## Security
|
|
227
227
|
|
|
228
|
-
|
|
228
|
+
Security scans and reports are available at:
|
|
229
229
|
|
|
230
|
-
- [Socket.dev
|
|
231
|
-
- [Snyk
|
|
232
|
-
|
|
233
|
-
---
|
|
234
|
-
|
|
235
|
-
Dario Passariello - <dariopassariello@gmail.com>
|
|
236
|
-
All rights reserved - Copyright (c) 2019 - 2026
|
|
230
|
+
- [Socket.dev](https://socket.dev/npm/package/memorio)
|
|
231
|
+
- [Snyk.io](https://security.snyk.io/package/npm/memorio)
|
|
237
232
|
|
|
238
233
|
## License
|
|
239
234
|
|
|
240
|
-
MIT
|
|
235
|
+
MIT License
|
|
236
|
+
|
|
237
|
+
Copyrigth (c) [Dario Passariello](https://dario.passariello.ca/)
|
package/SECURITY.md
ADDED