@networkpro/blog 1.5.0 → 1.5.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/CHANGELOG.md +21 -1
- package/README.md +6 -6
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,25 @@ formatting may vary.
|
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
+
## [1.5.1] - 2022-10-21
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Bumped project version to `v1.5.1`.
|
|
24
|
+
- Minor correction made to `README.md` footer.
|
|
25
|
+
- Updated dependencies:
|
|
26
|
+
- `@eslint/js` `^9.36.0` → `^9.38.0`
|
|
27
|
+
- `browserslist` `^4.26.2` → `^4.26.3`
|
|
28
|
+
- `eslint` `^9.36.0` → `^9.38.0`
|
|
29
|
+
- `markdownlint` `^0.38.0` → `^0.39.0`
|
|
30
|
+
- `stylelint` `^16.24.0` → `^16.25.0`
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
- Corrected links to images in `README.md`.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
19
38
|
## [1.5.0] - 2025-09-23
|
|
20
39
|
|
|
21
40
|
### Added
|
|
@@ -328,7 +347,8 @@ formatting may vary.
|
|
|
328
347
|
|
|
329
348
|
<!-- Link references -->
|
|
330
349
|
|
|
331
|
-
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.
|
|
350
|
+
[Unreleased]: https://github.com/netwk-pro/blog/compare/v1.5.1...HEAD
|
|
351
|
+
[1.5.1]: https://github.com/netwk-pro/blog/releases/tag/v1.5.1
|
|
332
352
|
[1.5.0]: https://github.com/netwk-pro/blog/releases/tag/v1.5.0
|
|
333
353
|
[1.4.0]: https://github.com/netwk-pro/blog/releases/tag/v1.4.0
|
|
334
354
|
[1.3.11]: https://github.com/netwk-pro/blog/releases/tag/v1.3.11
|
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ geographies with a focus on:
|
|
|
42
42
|
|
|
43
43
|
- **Network Hardening & Perimeter Defense**
|
|
44
44
|
- **Firewall Architecture & Policy Optimization**
|
|
45
|
-
- **
|
|
45
|
+
- **Zero Trust Implementation**
|
|
46
46
|
- **Secure Infrastructure Design & Implementation**
|
|
47
47
|
- **Risk Reduction & Security Posture Assessment**
|
|
48
48
|
|
|
@@ -69,10 +69,10 @@ and strengthen your business today.
|
|
|
69
69
|
You can find our PGP keys and a vCard containing our contact information for
|
|
70
70
|
your convenience below.
|
|
71
71
|
|
|
72
|
-
|
|
|
73
|
-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
74
|
-
| **[contact@s.neteng.pro](https://keys.openpgp.org/search?q=contact%40s.neteng.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://netwk.pro/pgp/contact@s.neteng.pro.asc" type="application/pgp-keys">**asc**</a><br /> <br />**DF118BAA6C2D9DCDEBDC**<br />**2DDCF99373499495F957** | <img decoding="async" loading="lazy" src="https://netwk
|
|
75
|
-
|
|
|
72
|
+
| <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/pgp-support.png" width="150px" height="150px" alt="PGP Key - support@netwk.pro"> | **[support@neteng.pro](https://keys.openpgp.org/search?q=support%40netwk.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://netwk.pro/pgp/support@netwk.pro.asc" type="application/pgp-keys" download>**asc**</a><br /> <br />6590B992E2E3EFF12738<br />7BCE2AF093E9DEC61BA0 |
|
|
73
|
+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
74
|
+
| **[contact@s.neteng.pro](https://keys.openpgp.org/search?q=contact%40s.neteng.pro)**<br />**PGP Key (ed25519)**<br /> <br /><a href="https://netwk.pro/pgp/contact@s.neteng.pro.asc" type="application/pgp-keys">**asc**</a><br /> <br />**DF118BAA6C2D9DCDEBDC**<br />**2DDCF99373499495F957** | <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/pgp-contact.png" width="150px" height="150px" alt="PGP Key - contact@s.neteng.pro"> |
|
|
75
|
+
| <img decoding="async" loading="lazy" src="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/src/lib/img/qr/vcard.png" width="150px" height="150px" alt="vCard"> | **vCard**<br /> <br /><a href="https://netwk.pro/bin/contact.vcf" type="text/vcard" download>**vcf**</a> |
|
|
76
76
|
|
|
77
77
|
<sub>[Back to top](#top)</sub>
|
|
78
78
|
|
|
@@ -94,7 +94,7 @@ your convenience below.
|
|
|
94
94
|
Copyright © 2025
|
|
95
95
|
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
|
96
96
|
|
|
97
|
-
Network Pro™, the shield logo, and the "Locking Down Networks
|
|
97
|
+
Network Pro™, the shield logo, and the "Locking Down Networks...™"
|
|
98
98
|
slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro
|
|
99
99
|
Strategies.
|
|
100
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/blog",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "The official blog of Network Pro Strategies (Network Pro™).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"advisory",
|
|
@@ -46,21 +46,21 @@
|
|
|
46
46
|
"lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
|
|
47
47
|
"checkout": "npm run lint:all",
|
|
48
48
|
"verify": "npm run checkout",
|
|
49
|
-
"upgrade": "
|
|
49
|
+
"upgrade": "npm-check-updates -u"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@eslint/js": "^9.
|
|
52
|
+
"@eslint/js": "^9.38.0",
|
|
53
53
|
"@eslint/json": "^0.13.2",
|
|
54
54
|
"autoprefixer": "^10.4.21",
|
|
55
|
-
"browserslist": "^4.26.
|
|
56
|
-
"eslint": "^9.
|
|
55
|
+
"browserslist": "^4.26.3",
|
|
56
|
+
"eslint": "^9.38.0",
|
|
57
57
|
"eslint-config-prettier": "^10.1.8",
|
|
58
58
|
"globals": "^16.4.0",
|
|
59
|
-
"markdownlint": "^0.
|
|
59
|
+
"markdownlint": "^0.39.0",
|
|
60
60
|
"markdownlint-cli2": "^0.18.1",
|
|
61
61
|
"postcss": "^8.5.6",
|
|
62
62
|
"prettier": "3.6.2",
|
|
63
|
-
"stylelint": "^16.
|
|
63
|
+
"stylelint": "^16.25.0",
|
|
64
64
|
"stylelint-config-html": "^1.1.0",
|
|
65
65
|
"stylelint-config-recommended": "^17.0.0",
|
|
66
66
|
"stylelint-order": "^7.0.0"
|