create-node-lib 2.9.8 → 2.9.10
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/CHANGELOG.md +15 -0
- package/package.json +1 -1
- package/template/.github/CODE_OF_CONDUCT.md +1 -1
- package/template/README.md +1 -1
- package/template/SECURITY.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [2.9.10](https://github.com/lirantal/create-node-lib/compare/v2.9.9...v2.9.10) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix link formatting in SECURITY.md ([46290e2](https://github.com/lirantal/create-node-lib/commit/46290e2d8bd510f207e226c25b1b0786bb5c15f6))
|
|
7
|
+
* Update Codecov link in README.md ([fce1607](https://github.com/lirantal/create-node-lib/commit/fce160792adf9aab4903177d26023ac6bd0762a6))
|
|
8
|
+
|
|
9
|
+
## [2.9.9](https://github.com/lirantal/create-node-lib/compare/v2.9.8...v2.9.9) (2026-02-22)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* Update link for Contributor Covenant in CODE_OF_CONDUCT ([f4b28f4](https://github.com/lirantal/create-node-lib/commit/f4b28f44f08c6519ad2b2315b43c899e0394e975))
|
|
15
|
+
|
|
1
16
|
## [2.9.8](https://github.com/lirantal/create-node-lib/compare/v2.9.7...v2.9.8) (2026-02-22)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -68,6 +68,6 @@ members of the project's leadership.
|
|
|
68
68
|
## Attribution
|
|
69
69
|
|
|
70
70
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct
|
|
71
|
+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct/
|
|
72
72
|
|
|
73
73
|
[homepage]: https://www.contributor-covenant.org
|
package/template/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/license/<%= projectName %>" alt="license"/></a>
|
|
14
14
|
<a href="https://www.npmjs.com/package/<%= projectName %>"><img src="https://badgen.net/npm/dt/<%= projectName %>" alt="downloads"/></a>
|
|
15
15
|
<a href="https://github.com/<%= username %>/<%= projectName %>/actions?workflow=CI"><img src="https://github.com/<%= username %>/<%= projectName %>/workflows/CI/badge.svg" alt="build"/></a>
|
|
16
|
-
<a href="https://codecov.io/gh/<%= username %>/<%= projectName %>"><img src="https://badgen.net/codecov/c/github/<%= username %>/<%= projectName %>" alt="codecov"/></a>
|
|
16
|
+
<a href="https://app.codecov.io/gh/<%= username %>/<%= projectName %>"><img src="https://badgen.net/codecov/c/github/<%= username %>/<%= projectName %>" alt="codecov"/></a>
|
|
17
17
|
<a href="https://snyk.io/test/github/<%= username %>/<%= projectName %>"><img src="https://snyk.io/test/github/<%= username %>/<%= projectName %>/badge.svg" alt="Known Vulnerabilities"/></a>
|
|
18
18
|
<a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
|
|
19
19
|
</p>
|
package/template/SECURITY.md
CHANGED
|
@@ -20,7 +20,7 @@ We consider the security of the project a top priority.
|
|
|
20
20
|
If you discover a security vulnerability, please use one of the following
|
|
21
21
|
means of communications to report it to us:
|
|
22
22
|
|
|
23
|
-
- Report the security issue to the [Snyk Security Team](https://snyk.io/vulnerability-disclosure).
|
|
23
|
+
- Report the security issue to the [Snyk Security Team](https://snyk.io/vulnerability-disclosure/).
|
|
24
24
|
- They will help triage the security issue and work with all involved parties
|
|
25
25
|
- to remediate and release a fix.
|
|
26
26
|
|