pino-debugger 1.0.1 → 1.0.2
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/CODE_OF_CONDUCT.md +1 -1
- package/README.md +3 -3
- package/SECURITY.md +2 -2
- package/SECURITY_IMPROVEMENTS.md +1 -1
- package/package.json +3 -3
package/CODE_OF_CONDUCT.md
CHANGED
|
@@ -60,7 +60,7 @@ representative at an online or offline event.
|
|
|
60
60
|
|
|
61
61
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
62
|
reported to the community leaders responsible for enforcement at
|
|
63
|
-
conduct@
|
|
63
|
+
conduct@alphacointech1010.io.
|
|
64
64
|
All complaints will be reviewed and investigated promptly and fairly.
|
|
65
65
|
|
|
66
66
|
All community leaders are obligated to respect the privacy and security of the
|
package/README.md
CHANGED
|
@@ -213,10 +213,10 @@ Sponsored by [nearForm](http://tldrlegal.com/license/mit-license)
|
|
|
213
213
|
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
|
|
214
214
|
[2]: https://img.shields.io/npm/v/pino-debugger.svg?style=flat-square
|
|
215
215
|
[3]: https://npmjs.org/package/pino-debugger
|
|
216
|
-
[4]: https://img.shields.io/github/actions/workflow/status/
|
|
216
|
+
[4]: https://img.shields.io/github/actions/workflow/status/alphacointech1010/pino-debugger/ci.yml?style=flat-square
|
|
217
217
|
[5]: https://github.com/alphacointech1010/pino-debugger/actions?query=workflow%3ACI+branch%3Amaster
|
|
218
|
-
[6]: https://img.shields.io/codecov/c/github/
|
|
219
|
-
[7]: https://codecov.io/github/
|
|
218
|
+
[6]: https://img.shields.io/codecov/c/github/alphacointech1010/pino-debugger/master.svg?style=flat-square
|
|
219
|
+
[7]: https://codecov.io/github/alphacointech1010/pino-debugger
|
|
220
220
|
[8]: http://img.shields.io/npm/dm/pino-debugger.svg?style=flat-square
|
|
221
221
|
[9]: https://npmjs.org/package/pino-debugger
|
|
222
222
|
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
|
package/SECURITY.md
CHANGED
|
@@ -18,7 +18,7 @@ We take security vulnerabilities seriously. If you discover a security vulnerabi
|
|
|
18
18
|
### How to Report
|
|
19
19
|
|
|
20
20
|
1. **Do NOT** create a public GitHub issue for security vulnerabilities
|
|
21
|
-
2. Send an email to the maintainers at: security@
|
|
21
|
+
2. Send an email to the maintainers at: security@alphacointech1010.io
|
|
22
22
|
3. Include the following information:
|
|
23
23
|
- Description of the vulnerability
|
|
24
24
|
- Steps to reproduce the issue
|
|
@@ -60,7 +60,7 @@ When using pino-debugger:
|
|
|
60
60
|
|
|
61
61
|
## Security Contacts
|
|
62
62
|
|
|
63
|
-
- Primary: security@
|
|
63
|
+
- Primary: security@alphacointech1010.io
|
|
64
64
|
- Backup: maintainers listed in package.json
|
|
65
65
|
|
|
66
66
|
Thank you for helping keep pino-debugger secure!
|
package/SECURITY_IMPROVEMENTS.md
CHANGED
|
@@ -129,7 +129,7 @@ This document outlines the security improvements made to pino-debugger to enhanc
|
|
|
129
129
|
|
|
130
130
|
## 📞 Security Contacts
|
|
131
131
|
|
|
132
|
-
- **Primary**: security@
|
|
132
|
+
- **Primary**: security@alphacointech1010.io
|
|
133
133
|
- **Backup**: Maintainers listed in package.json
|
|
134
134
|
- **Emergency**: GitHub security advisories
|
|
135
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pino-debugger",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "High performance debug logging",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"security:validate": "node scripts/security-check.js",
|
|
31
31
|
"prepare": "node scripts/audit-bypass.js"
|
|
32
32
|
},
|
|
33
|
-
"repository": "
|
|
33
|
+
"repository": "alphacointech1010/pino-debugger",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"pino",
|
|
36
36
|
"debug",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"security": {
|
|
52
52
|
"policy": "https://github.com/alphacointech1010/pino-debugger/security/policy",
|
|
53
|
-
"contact": "security@
|
|
53
|
+
"contact": "security@alphacointech1010.io"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"pino": "^10.1.0",
|