dphelper 3.3.0 → 3.3.3
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 +2 -7
- package/index.cjs +5825 -1
- package/index.js +5825 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,15 +223,10 @@ Manage your `dphelper` environment, monitor memory usage, and access documentati
|
|
|
223
223
|
|
|
224
224
|
---
|
|
225
225
|
|
|
226
|
-
## Security
|
|
227
|
-
|
|
228
|
-
Security scans and reports are available at:
|
|
229
|
-
|
|
230
|
-
- [Socket.dev](https://socket.dev/npm/package/memorio)
|
|
231
|
-
- [Snyk.io](https://security.snyk.io/package/npm/memorio)
|
|
232
|
-
|
|
233
226
|
## License
|
|
234
227
|
|
|
235
228
|
MIT License
|
|
236
229
|
|
|
230
|
+
## Credits
|
|
231
|
+
|
|
237
232
|
Copyrigth (c) [Dario Passariello](https://dario.passariello.ca/)
|