@networkpro/web 0.11.1 → 0.12.4

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.
Files changed (47) hide show
  1. package/about.html +3 -0
  2. package/about.html.br +0 -0
  3. package/about.html.gz +0 -0
  4. package/docs/404.html +547 -26
  5. package/docs/assets/external/avatars.githubusercontent.com/u/170266279.png +0 -0
  6. package/docs/{secure-secure-shell → blog/2015/01/04/secure-secure-shell}/index.html +759 -145
  7. package/docs/blog/2025/04/30/our-blog-is-live/index.html +1429 -0
  8. package/docs/blog/archive/2015/index.html +1296 -0
  9. package/docs/blog/archive/2025/index.html +1290 -0
  10. package/docs/blog/category/security/index.html +1296 -0
  11. package/docs/blog/index.html +1342 -0
  12. package/docs/conduct/index.html +681 -108
  13. package/docs/feed_json_created.json +1 -0
  14. package/docs/feed_json_updated.json +1 -0
  15. package/docs/feed_rss_created.xml +1 -0
  16. package/docs/feed_rss_updated.xml +1 -0
  17. package/docs/fontawesome/LICENSE.txt +165 -0
  18. package/docs/fontawesome/brands/facebook.svg +1 -0
  19. package/docs/fontawesome/brands/instagram.svg +1 -0
  20. package/docs/fontawesome/brands/linkedin.svg +1 -0
  21. package/docs/fontawesome/brands/mastodon.svg +1 -0
  22. package/docs/fontawesome/solid/at.svg +1 -0
  23. package/docs/index.html +631 -78
  24. package/docs/legal/index.html +885 -209
  25. package/docs/privacy/index.html +1615 -0
  26. package/docs/search/search_index.json +1 -1
  27. package/docs/sitemap.xml +41 -5
  28. package/docs/sitemap.xml.gz +0 -0
  29. package/docs/tags/index.html +2084 -0
  30. package/docs/terms-conditions/index.html +1655 -0
  31. package/docs/terms-use/index.html +1584 -0
  32. package/index.html +11 -8
  33. package/index.html.br +0 -0
  34. package/index.html.gz +0 -0
  35. package/legal.html +1 -1
  36. package/legal.html.br +0 -0
  37. package/legal.html.gz +0 -0
  38. package/package.json +8 -4
  39. package/privacy.html +1 -1
  40. package/privacy.html.br +0 -0
  41. package/privacy.html.gz +0 -0
  42. package/terms-and-conditions.html +2 -2
  43. package/terms-and-conditions.html.br +0 -0
  44. package/terms-and-conditions.html.gz +0 -0
  45. package/terms-of-use.html +1 -1
  46. package/terms-of-use.html.br +0 -0
  47. package/terms-of-use.html.gz +0 -0
package/index.html CHANGED
@@ -99,24 +99,27 @@
99
99
  <p class="center-text">We're building a hub of cutting-edge insights and expert solutions
100
100
  in network security, cybersecurity, and digital privacy.</p>
101
101
 
102
- &nbsp;
103
-
104
102
  <p class="center-text">Stay ahead of evolving threats by following us on social media for
105
103
  updates, tips, and industry news.</p>
106
104
 
107
105
  &nbsp;
108
106
 
109
- <p class="center-text"><strong><i>Check out our weekly
110
- <a rel="noopener noreferrer" href="./html/spotlight.html" target="_self">FOSS Spotlight</a>!</i></strong>
107
+ <h3 class="center-text">News - 4/30/2025</h3>
108
+
109
+ <p class="center-text"><strong>Make sure to check out our brand-new
110
+ <a rel="noopener noreferrer" href="https://netwk.pro/docs/blog/" target="_self">blog</a>!</strong></p>
111
+
112
+ <p class="center-text">Don't forget about our weekly
113
+ <a rel="noopener noreferrer" href="./html/spotlight.html" target="_self">FOSS Spotlight</a>!
111
114
  </p>
112
115
 
113
116
  &nbsp;
114
117
 
115
118
  <p class="center-text">
116
- Join us on
117
- <a rel="noopener noreferrer" href="https://discord.neteng.pro" target="_blank">Discord</a>
118
- or in
119
- <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">GitHub Discussions</a>!</p>
119
+ <em>Join us on
120
+ <a rel="noopener noreferrer" href="https://discord.neteng.pro" target="_blank">Discord</a>
121
+ or in
122
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">GitHub Discussions</a>!</em></p>
120
123
  </section>
121
124
 
122
125
 
package/index.html.br CHANGED
Binary file
package/index.html.gz CHANGED
Binary file
package/legal.html CHANGED
@@ -114,7 +114,7 @@
114
114
  <section id="formats">
115
115
  <p><strong>Formats Available:</strong> &nbsp;<span class="visited">HTML</span>
116
116
  |
117
- <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md" target="_blank">Markdown</a></p>
117
+ <a rel="nooopener noreferrer" href="https://netwk.pro/docs/legal/" target="_self">Markdown</a></p>
118
118
  </section>
119
119
 
120
120
  <section id="copyright">
package/legal.html.br CHANGED
Binary file
package/legal.html.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,16 +1,19 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "sideEffects": false,
4
- "version": "0.11.1",
4
+ "version": "0.12.4",
5
5
  "private": false,
6
6
  "description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
7
7
  "keywords": [
8
- "networking",
9
8
  "security",
9
+ "networking",
10
10
  "privacy",
11
11
  "cybersecurity",
12
12
  "advisory",
13
- "consulting"
13
+ "consulting",
14
+ "android",
15
+ "linux",
16
+ "blog"
14
17
  ],
15
18
  "homepage": "https://netwk.pro",
16
19
  "bugs": {
@@ -37,7 +40,8 @@
37
40
  "lint": "eslint --ignore-pattern .cache/** --ignore-pattern node_modules/** --ignore-pattern .webpack_cache/** --ignore-pattern dist/** --config eslint.config.mjs .",
38
41
  "format": "prettier --check .",
39
42
  "lint:format": "npm run lint && npm run format",
40
- "fix": "eslint --ignore-pattern .cache/** --ignore-pattern node_modules/** --ignore-pattern .webpack_cache/** --ignore-pattern dist/** --config eslint.config.mjs --fix . && prettier --write .",
43
+ "lint:fix": "eslint --ignore-pattern .cache/** --ignore-pattern node_modules/** --ignore-pattern .webpack_cache/** --ignore-pattern dist/** --config eslint.config.mjs --fix .",
44
+ "format:fix": "prettier --write .",
41
45
  "clean": "rm -rf dist/* && npm update",
42
46
  "ci": "rm -rf dist/* node_modules package-lock.json && npm install",
43
47
  "start": "webpack serve --open --config webpack.config.dev.mjs",
package/privacy.html CHANGED
@@ -112,7 +112,7 @@
112
112
  <section id="formats">
113
113
  <p><strong>Formats Available:</strong> &nbsp;<span class="visited">HTML</span>
114
114
  |
115
- <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_blank">Markdown</a></p>
115
+ <a rel="nooopener noreferrer" href="https://netwk.pro/docs/privacy/" target="_self">Markdown</a></p>
116
116
  </section>
117
117
 
118
118
  <section id="intro">
package/privacy.html.br CHANGED
Binary file
package/privacy.html.gz CHANGED
Binary file
@@ -118,9 +118,9 @@
118
118
  <section id="formats">
119
119
  <p><strong>Formats Available:</strong> &nbsp;<span class="visited">HTML</span>
120
120
  |
121
- <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS-COND.md" target="_blank">Markdown</a>
121
+ <a rel="nooopener noreferrer" href="https://netwk.pro/docs/terms-conditions/" target="_self">Markdown</a>
122
122
  |
123
- <a rel="noopener noreferrer" href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/onboard/consulting-terms.pdf">PDF <span class="fa-solid fa-file-arrow-down"></span></a></p>
123
+ <a rel="noopener noreferrer" href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/onboard/consulting-terms.pdf" target="_blank">PDF <span class="fa-solid fa-file-arrow-down"></span></a></p>
124
124
  </section>
125
125
 
126
126
  <section id="intro">
Binary file
Binary file
package/terms-of-use.html CHANGED
@@ -117,7 +117,7 @@
117
117
  <section id="formats">
118
118
  <p><strong>Formats Available:</strong> &nbsp;<span class="visited">HTML</span>
119
119
  |
120
- <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS-USE.md" target="_blank">Markdown</a></p>
120
+ <a rel="nooopener noreferrer" href="https://netwk.pro/docs/terms-use/" target="_self">Markdown</a></p>
121
121
  </section>
122
122
 
123
123
  <section id="introduction">
Binary file
Binary file