@networkpro/web 0.10.7 → 0.10.9

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/legal.html.br CHANGED
Binary file
package/legal.html.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
- "version": "0.10.7",
3
+ "sideEffects": false,
4
+ "version": "0.10.9",
4
5
  "private": false,
5
6
  "description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
6
7
  "keywords": [
@@ -36,7 +37,7 @@
36
37
  "lint": "eslint .",
37
38
  "format": "prettier --check .",
38
39
  "lint:format": "eslint . && prettier --check .",
39
- "fix": "npx eslint --fix && prettier --write .",
40
+ "fix": "eslint --fix . && prettier --write .",
40
41
  "clean": "rm -rf dist/* && npm update",
41
42
  "ci": "rm -rf dist/* node_modules package-lock.json && npm install",
42
43
  "start": "webpack serve --open --config webpack.config.dev.mjs",
@@ -86,9 +87,9 @@
86
87
  "stylelint-config-standard-scss": "^14.0.0",
87
88
  "terser-webpack-plugin": "^5.3.11",
88
89
  "webpack": "^5.98.0",
90
+ "webpack-bundle-analyzer": "^4.10.2",
89
91
  "webpack-cli": "^6.0.1",
90
92
  "webpack-dev-server": "^5.2.0",
91
- "webpack-merge": "^5.10.0",
92
- "workbox-webpack-plugin": "^7.3.0"
93
+ "webpack-merge": "^5.10.0"
93
94
  }
94
95
  }
package/terms-of-use.html CHANGED
@@ -21,7 +21,7 @@
21
21
  <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
22
22
 
23
23
  <link rel="canonical" href="https://netwk.pro/terms-of-use.html">
24
- <base href="https://netwk.pro/terms-of-use.html" target="_self">
24
+ <base href="./terms-of-use.html" target="_self">
25
25
 
26
26
 
27
27
  <meta property="og:title" content="Website Terms of Use — Network Pro">
@@ -49,17 +49,14 @@
49
49
 
50
50
  <link rel="manifest" href="site.webmanifest">
51
51
  <meta name="theme-color" content="#ffc627">
52
-
53
- <meta http-equiv="Referrer-Policy" content="no-referrer">
54
- <meta http-equiv="Permissions-Policy" content="interest-cohort=()">
55
- <script defer="defer" src="js/runtime.52b1ac291305b90de3df.js"></script><script defer="defer" src="js/app.2f84ee2b7813ca71b913.js"></script></head>
52
+ <script defer="defer" src="js/runtime.52b1ac291305b90de3df.mjs"></script><script defer="defer" src="js/app.d544156ea2ba85a7d486.mjs"></script></head>
56
53
 
57
54
  <body>
58
55
 
59
56
  <header id="header-nav">
60
57
  <div class="container">
61
58
  <nav class="center-nav">
62
- <a rel="noopener noreferrer" href="https://netwk.pro/" target="_self">home</a>
59
+ <a rel="noopener noreferrer" href="./" target="_self">home</a>
63
60
  &nbsp; | &nbsp;
64
61
  <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md" target="_blank">about
65
62
  <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
@@ -77,15 +74,15 @@
77
74
  <div class="full-width-section">
78
75
  <div class="container">
79
76
 
80
- <a name="top"></a>
81
-
82
- <span class="small-text"><a rel="noopener noreferrer" href="https://spdx.dev/learn/handling-license-info/" target="_blank">SPDX License Identifier</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span>
77
+ <section id="top">
78
+ <span class="small-text"><a rel="noopener noreferrer" href="https://spdx.dev/learn/handling-license-info/" target="_blank">SPDX License Identifier</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span>
79
+ </section>
83
80
 
84
- <hgroup id="site-title">
81
+ <section id="site-title">
85
82
  <h1>Website Terms of Use</h1>
86
83
  <p><strong>Network Pro Strategies</strong><br>
87
84
  <strong>Effective Date:</strong> April 14, 2025</p>
88
- </hgroup>
85
+ </section>
89
86
 
90
87
 
91
88
  &nbsp;
@@ -110,9 +107,11 @@
110
107
 
111
108
  <hr>
112
109
 
113
- <p><strong>Formats Available:</strong> &nbsp;<span style="color: #7f6227">HTML</span>
114
- |
115
- <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_self">Markdown</a></p>
110
+ <section id="formats">
111
+ <p><strong>Formats Available:</strong> &nbsp;<span class="visited">HTML</span>
112
+ |
113
+ <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_blank">Markdown</a></p>
114
+ </section>
116
115
 
117
116
  <section id="introduction">
118
117
  <h2>1. Introduction</h2>
@@ -120,6 +119,8 @@
120
119
  Network Pro Strategies ("Company," "we," "us," or "our"), you
121
120
  agree to be bound by these Terms of Use ("Terms"). If you do not
122
121
  agree to these Terms, please refrain from using our services.</p>
122
+
123
+ <span class="small-text"><a href="#top">Back to top</a></span>
123
124
  </section>
124
125
 
125
126
  <section id="platforms">
@@ -186,7 +187,7 @@
186
187
  <span class="small-text"><a href="#top">Back to top</a></span>
187
188
  </section>
188
189
 
189
- <section id="indemnification>">
190
+ <section id="indemnification">
190
191
  <h2>7. Indemnification</h2>
191
192
  <p>You agree to indemnify, defend, and hold harmless the Company,
192
193
  its affiliates, owners, operators, and contributors from any
@@ -257,7 +258,7 @@
257
258
  </tr>
258
259
  <tr>
259
260
  <td class="bnav-cell" colspan="2">
260
- <a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal</a></td>
261
+ <a rel="noopener noreferrer" href="./legal.html" target="_self">Legal</a></td>
261
262
  </tr>
262
263
  </tbody>
263
264
  </table>
@@ -272,8 +273,8 @@
272
273
  <div class="bnav2-wrap">
273
274
  <table class="bnav2"><tbody>
274
275
  <tr>
275
- <td class="bnav2-nav"><a rel="noopener noreferrer" href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="Creative Commons BY"></a></td>
276
- <td class="bnav2-nav"><a rel="noopener noreferrer" href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="width: 120px; height: auto" alt="GPL 3.0 or Later"></a></td>
276
+ <td class="bnav2-nav"><a rel="noopener noreferrer" href="./legal.html#cc-by" target="_self"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="Creative Commons BY"></a></td>
277
+ <td class="bnav2-nav"><a rel="noopener noreferrer" href="./legal.html#gnu-gpl" target="_self"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="width: 120px; height: auto" alt="GPL 3.0 or Later"></a></td>
277
278
  </tr>
278
279
  </tbody>
279
280
  </table>
@@ -283,8 +284,6 @@
283
284
  </div>
284
285
  </div>
285
286
 
286
- &nbsp;
287
-
288
287
 
289
288
  <footer id="licensing">
290
289
  <div class="container">
@@ -297,13 +296,13 @@
297
296
  <p>
298
297
  Network Pro&trade;, the shield logo, and the "Locking Down
299
298
  Networks&trade;" slogan are
300
- <a rel="noopener noreferrer" href="https://netwk.pro/legal.html#trademark" target="_self">trademarks</a>
299
+ <a rel="noopener noreferrer" href="./legal.html#trademark" target="_self">trademarks</a>
301
300
  of Network Pro Strategies.
302
301
  </p>
303
302
 
304
303
  <p>
305
304
  Licensed under
306
- <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
305
+ <a href="./legal.html#cc-by" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
307
306
  <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
308
307
  margin-left: 3px;
309
308
  vertical-align: text-bottom;
@@ -314,7 +313,7 @@
314
313
  vertical-align: text-bottom;
315
314
  text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
316
315
  and the
317
- <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
316
+ <a href="./legal.html#gnu-gpl" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
318
317
  <a rel="noopener noreferrer" href="https://fsf.org" target="_blank">Free Software Foundation</a>, either version 3 of the License, or (at your option) any later
319
318
  version.
320
319
  </p>
Binary file
Binary file
package/css/index.css DELETED
@@ -1 +0,0 @@
1
- .full-width-section{background-position:50%;background-size:cover;margin:0 auto;max-width:1920px;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 12px}footer,header{width:100%}footer .container,header .container{margin:0 auto;max-width:1200px;padding:20px 12px}.gh{border-collapse:collapse;border-spacing:0;margin:0 auto}.gh td,.gh th{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;overflow:hidden;padding:10px 5px;word-break:normal}.gh .gh-tcell{text-align:center;vertical-align:middle}@media screen and (width <= 767px){.gh,.gh col{width:auto!important}.gh-wrap{margin:auto 0;-webkit-overflow-scrolling:touch;overflow-x:auto}}.soc{border-collapse:collapse;border-spacing:0;margin:0 auto}.soc td,.soc th{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;overflow:hidden;padding:8px;word-break:normal}.soc .soc-fa{text-align:center;vertical-align:middle}@media screen and (width <= 767px){.soc,.soc col{width:auto!important}.soc-wrap{margin:auto 0;-webkit-overflow-scrolling:touch;overflow-x:auto}}.logo{display:block;margin-left:auto;margin-right:auto}.index1{font-style:italic;font-weight:700}.index1,.index2{text-align:center}.index2{font-size:1.25em;font-variant:small-caps;letter-spacing:-.015em;line-height:1.625em}.join{font-weight:700;text-align:center}.bquote{border-left:3px solid #9e9e9e;font-style:italic;margin-left:30px;padding-left:10px}
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_networkpro_web=self.webpackChunk_networkpro_web||[]).push([[524],{42:(t,n,e)=>{var r=e(68);r.configure;globalThis.self},68:(t,n)=>{const{hasOwnProperty:e}=Object.prototype,r=g();r.configure=g,r.stringify=r,r.default=r,n.stringify=r,n.configure=g,t.exports=r;const i=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function o(t){return t.length<5e3&&!i.test(t)?`"${t}"`:JSON.stringify(t)}function u(t,n){if(t.length>200||n)return t.sort(n);for(let n=1;n<t.length;n++){const e=t[n];let r=n;for(;0!==r&&t[r-1]>e;)t[r]=t[r-1],r--;t[r]=e}return t}const l=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function f(t){return void 0!==l.call(t)&&0!==t.length}function c(t,n,e){t.length<e&&(e=t.length);const r=","===n?"":" ";let i=`"0":${r}${t[0]}`;for(let o=1;o<e;o++)i+=`${n}"${o}":${r}${t[o]}`;return i}function s(t,n){let r;if(e.call(t,n)){if(r=t[n],"number"!=typeof r)throw new TypeError(`The "${n}" argument must be of type number`);if(!Number.isInteger(r))throw new TypeError(`The "${n}" argument must be an integer`);if(r<1)throw new RangeError(`The "${n}" argument must be >= 1`)}return void 0===r?1/0:r}function a(t){return 1===t?"1 item":`${t} items`}function g(t){const n=function(t){if(e.call(t,"strict")){const n=t.strict;if("boolean"!=typeof n)throw new TypeError('The "strict" argument must be of type boolean');if(n)return t=>{let n="Object can not safely be stringified. Received type "+typeof t;throw"function"!=typeof t&&(n+=` (${t.toString()})`),new Error(n)}}}(t={...t});n&&(void 0===t.bigint&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));const r=function(t){if(e.call(t,"circularValue")){const n=t.circularValue;if("string"==typeof n)return`"${n}"`;if(null==n)return n;if(n===Error||n===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}(t),i=function(t,n){let r;if(e.call(t,n)&&(r=t[n],"boolean"!=typeof r))throw new TypeError(`The "${n}" argument must be of type boolean`);return void 0===r||r}(t,"bigint"),l=function(t){let n;if(e.call(t,"deterministic")&&(n=t.deterministic,"boolean"!=typeof n&&"function"!=typeof n))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return void 0===n||n}(t),g="function"==typeof l?l:void 0,h=s(t,"maximumDepth"),p=s(t,"maximumBreadth");function $(t,e,c,s,y,b){let d=e[t];switch("object"==typeof d&&null!==d&&"function"==typeof d.toJSON&&(d=d.toJSON(t)),d=s.call(e,t,d),typeof d){case"string":return o(d);case"object":{if(null===d)return"null";if(-1!==c.indexOf(d))return r;let t="",n=",";const e=b;if(Array.isArray(d)){if(0===d.length)return"[]";if(h<c.length+1)return'"[Array]"';c.push(d),""!==y&&(t+=`\n${b+=y}`,n=`,\n${b}`);const r=Math.min(d.length,p);let i=0;for(;i<r-1;i++){const e=$(String(i),d,c,s,y,b);t+=void 0!==e?e:"null",t+=n}const o=$(String(i),d,c,s,y,b);if(t+=void 0!==o?o:"null",d.length-1>p){t+=`${n}"... ${a(d.length-p-1)} not stringified"`}return""!==y&&(t+=`\n${e}`),c.pop(),`[${t}]`}let i=Object.keys(d);const m=i.length;if(0===m)return"{}";if(h<c.length+1)return'"[Object]"';let w="",S="";""!==y&&(n=`,\n${b+=y}`,w=" ");const O=Math.min(m,p);l&&!f(d)&&(i=u(i,g)),c.push(d);for(let e=0;e<O;e++){const r=i[e],u=$(r,d,c,s,y,b);void 0!==u&&(t+=`${S}${o(r)}:${w}${u}`,S=n)}if(m>p){t+=`${S}"...":${w}"${a(m-p)} not stringified"`,S=n}return""!==y&&S.length>1&&(t=`\n${b}${t}\n${e}`),c.pop(),`{${t}}`}case"number":return isFinite(d)?String(d):n?n(d):"null";case"boolean":return!0===d?"true":"false";case"undefined":return;case"bigint":if(i)return String(d);default:return n?n(d):void 0}}function y(t,e,u,l,f,c){switch("object"==typeof e&&null!==e&&"function"==typeof e.toJSON&&(e=e.toJSON(t)),typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if(-1!==u.indexOf(e))return r;const t=c;let n="",i=",";if(Array.isArray(e)){if(0===e.length)return"[]";if(h<u.length+1)return'"[Array]"';u.push(e),""!==f&&(n+=`\n${c+=f}`,i=`,\n${c}`);const r=Math.min(e.length,p);let o=0;for(;o<r-1;o++){const t=y(String(o),e[o],u,l,f,c);n+=void 0!==t?t:"null",n+=i}const s=y(String(o),e[o],u,l,f,c);if(n+=void 0!==s?s:"null",e.length-1>p){n+=`${i}"... ${a(e.length-p-1)} not stringified"`}return""!==f&&(n+=`\n${t}`),u.pop(),`[${n}]`}u.push(e);let s="";""!==f&&(i=`,\n${c+=f}`,s=" ");let g="";for(const t of l){const r=y(t,e[t],u,l,f,c);void 0!==r&&(n+=`${g}${o(t)}:${s}${r}`,g=i)}return""!==f&&g.length>1&&(n=`\n${c}${n}\n${t}`),u.pop(),`{${n}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}function b(t,e,s,$,y){switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if("function"==typeof e.toJSON){if("object"!=typeof(e=e.toJSON(t)))return b(t,e,s,$,y);if(null===e)return"null"}if(-1!==s.indexOf(e))return r;const n=y;if(Array.isArray(e)){if(0===e.length)return"[]";if(h<s.length+1)return'"[Array]"';s.push(e);let t=`\n${y+=$}`;const r=`,\n${y}`,i=Math.min(e.length,p);let o=0;for(;o<i-1;o++){const n=b(String(o),e[o],s,$,y);t+=void 0!==n?n:"null",t+=r}const u=b(String(o),e[o],s,$,y);if(t+=void 0!==u?u:"null",e.length-1>p){t+=`${r}"... ${a(e.length-p-1)} not stringified"`}return t+=`\n${n}`,s.pop(),`[${t}]`}let i=Object.keys(e);const d=i.length;if(0===d)return"{}";if(h<s.length+1)return'"[Object]"';const m=`,\n${y+=$}`;let w="",S="",O=Math.min(d,p);f(e)&&(w+=c(e,m,p),i=i.slice(e.length),O-=e.length,S=m),l&&(i=u(i,g)),s.push(e);for(let t=0;t<O;t++){const n=i[t],r=b(n,e[n],s,$,y);void 0!==r&&(w+=`${S}${o(n)}: ${r}`,S=m)}if(d>p){w+=`${S}"...": "${a(d-p)} not stringified"`,S=m}return""!==S&&(w=`\n${y}${w}\n${n}`),s.pop(),`{${w}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}function d(t,e,s){switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if("function"==typeof e.toJSON){if("object"!=typeof(e=e.toJSON(t)))return d(t,e,s);if(null===e)return"null"}if(-1!==s.indexOf(e))return r;let n="";const i=void 0!==e.length;if(i&&Array.isArray(e)){if(0===e.length)return"[]";if(h<s.length+1)return'"[Array]"';s.push(e);const t=Math.min(e.length,p);let r=0;for(;r<t-1;r++){const t=d(String(r),e[r],s);n+=void 0!==t?t:"null",n+=","}const i=d(String(r),e[r],s);if(n+=void 0!==i?i:"null",e.length-1>p){n+=`,"... ${a(e.length-p-1)} not stringified"`}return s.pop(),`[${n}]`}let $=Object.keys(e);const y=$.length;if(0===y)return"{}";if(h<s.length+1)return'"[Object]"';let b="",m=Math.min(y,p);i&&f(e)&&(n+=c(e,",",p),$=$.slice(e.length),m-=e.length,b=","),l&&($=u($,g)),s.push(e);for(let t=0;t<m;t++){const r=$[t],i=d(r,e[r],s);void 0!==i&&(n+=`${b}${o(r)}:${i}`,b=",")}if(y>p){n+=`${b}"...":"${a(y-p)} not stringified"`}return s.pop(),`{${n}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}return function(t,n,e){if(arguments.length>1){let r="";if("number"==typeof e?r=" ".repeat(Math.min(e,10)):"string"==typeof e&&(r=e.slice(0,10)),null!=n){if("function"==typeof n)return $("",{"":t},[],n,r,"");if(Array.isArray(n))return y("",t,[],function(t){const n=new Set;for(const e of t)"string"!=typeof e&&"number"!=typeof e||n.add(String(e));return n}(n),r,"")}if(0!==r.length)return b("",t,[],r,"")}return d("",t,[])}}}},t=>{var n;n=42,t(t.s=n)}]);