@networkpro/legal 0.0.8 → 0.1.0
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/LICENSE.md +104 -90
- package/PRIVACY.md +1 -1
- package/README.md +1 -1
- package/TERMS.md +1 -1
- package/css/style.css +1 -1
- package/index.html +3 -4
- package/index.html.br +0 -0
- package/js/app.787b2446c603c390d69b.js +356 -0
- package/js/app.787b2446c603c390d69b.js.br +0 -0
- package/legal.html +934 -0
- package/legal.html.br +0 -0
- package/package.json +8 -5
- package/sitemap.xml +20 -8
- package/terms.html +11 -15
- package/terms.html.br +0 -0
- package/js/app.2cff4bf4feb7f478a264.js +0 -10
package/legal.html.br
ADDED
Binary file
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@networkpro/legal",
|
3
|
-
"version": "0.0
|
3
|
+
"version": "0.1.0",
|
4
4
|
"private": false,
|
5
|
-
"description": "Legal Document Portal — Network Pro",
|
5
|
+
"description": "Legal Document Portal — Network Pro Strategies",
|
6
6
|
"keywords": [
|
7
7
|
"networking",
|
8
8
|
"security",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
},
|
19
19
|
"repository": {
|
20
20
|
"type": "git",
|
21
|
-
"url": "https://github.com/netwk-pro/netwk-pro-legal.git"
|
21
|
+
"url": "git+https://github.com/netwk-pro/netwk-pro-legal.git"
|
22
22
|
},
|
23
23
|
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
|
24
24
|
"author": {
|
@@ -32,7 +32,8 @@
|
|
32
32
|
"test": "test"
|
33
33
|
},
|
34
34
|
"scripts": {
|
35
|
-
"test": "mocha",
|
35
|
+
"test": "mocha test/**/*.mjs",
|
36
|
+
"test:coverage": "c8 mocha test/**/*.mjs",
|
36
37
|
"lint": "npx eslint && prettier --check .",
|
37
38
|
"fix": "npx eslint --fix && prettier --write .",
|
38
39
|
"clean": "rm -rf dist/* && npm update",
|
@@ -46,9 +47,11 @@
|
|
46
47
|
"astroturf-loader": "^1.0.0",
|
47
48
|
"autoprefixer": "^10.4.20",
|
48
49
|
"browserslist": "^4.24.4",
|
50
|
+
"c8": "^10.1.3",
|
49
51
|
"globalthis": "^1.0.4",
|
50
52
|
"normalize.css": "^8.0.1",
|
51
|
-
"postcss-cli": "^11.0.0"
|
53
|
+
"postcss-cli": "^11.0.0",
|
54
|
+
"safe-stable-stringify": "^2.5.0"
|
52
55
|
},
|
53
56
|
"devDependencies": {
|
54
57
|
"@babel/core": "^7.26.9",
|
package/sitemap.xml
CHANGED
@@ -8,23 +8,35 @@
|
|
8
8
|
|
9
9
|
<loc>https://legal.netwk.pro/index.html</loc>
|
10
10
|
|
11
|
-
<lastmod>2025-04-
|
11
|
+
<lastmod>2025-04-11</lastmod>
|
12
12
|
|
13
|
-
<changefreq>
|
13
|
+
<changefreq>weekly</changefreq>
|
14
14
|
|
15
15
|
<priority>0.9</priority>
|
16
16
|
|
17
17
|
</url>
|
18
18
|
|
19
|
+
<url>
|
20
|
+
|
21
|
+
<loc>https://legal.netwk.pro/legal.html</loc>
|
22
|
+
|
23
|
+
<lastmod>2025-04-11</lastmod>
|
24
|
+
|
25
|
+
<changefreq>weekly</changefreq>
|
26
|
+
|
27
|
+
<priority>0.8</priority>
|
28
|
+
|
29
|
+
</url>
|
30
|
+
|
19
31
|
<url>
|
20
32
|
|
21
33
|
<loc>https://legal.netwk.pro/terms.html</loc>
|
22
34
|
|
23
|
-
<lastmod>2025-04-
|
35
|
+
<lastmod>2025-04-11</lastmod>
|
24
36
|
|
25
37
|
<changefreq>monthly</changefreq>
|
26
38
|
|
27
|
-
<priority>0.
|
39
|
+
<priority>0.7</priority>
|
28
40
|
|
29
41
|
</url>
|
30
42
|
|
@@ -32,7 +44,7 @@
|
|
32
44
|
|
33
45
|
<loc>https://legal.netwk.pro/README.md</loc>
|
34
46
|
|
35
|
-
<lastmod>2025-04-
|
47
|
+
<lastmod>2025-04-11</lastmod>
|
36
48
|
|
37
49
|
<changefreq>monthly</changefreq>
|
38
50
|
|
@@ -44,7 +56,7 @@
|
|
44
56
|
|
45
57
|
<loc>https://legal.netwk.pro/LICENSE.md</loc>
|
46
58
|
|
47
|
-
<lastmod>2025-04-
|
59
|
+
<lastmod>2025-04-11</lastmod>
|
48
60
|
|
49
61
|
<changefreq>monthly</changefreq>
|
50
62
|
|
@@ -56,7 +68,7 @@
|
|
56
68
|
|
57
69
|
<loc>https://legal.netwk.pro/PRIVACY.md</loc>
|
58
70
|
|
59
|
-
<lastmod>2025-04-
|
71
|
+
<lastmod>2025-04-11</lastmod>
|
60
72
|
|
61
73
|
<changefreq>monthly</changefreq>
|
62
74
|
|
@@ -68,7 +80,7 @@
|
|
68
80
|
|
69
81
|
<loc>https://legal.netwk.pro/TERMS.md</loc>
|
70
82
|
|
71
|
-
<lastmod>2025-04-
|
83
|
+
<lastmod>2025-04-11</lastmod>
|
72
84
|
|
73
85
|
<changefreq>monthly</changefreq>
|
74
86
|
|
package/terms.html
CHANGED
@@ -164,11 +164,9 @@ This file is part of Network Pro.
|
|
164
164
|
<h1>Terms and Conditions</h1>
|
165
165
|
|
166
166
|
<p
|
167
|
-
><
|
168
|
-
|
169
|
-
|
170
|
-
></p
|
171
|
-
>
|
167
|
+
><strong>Network Pro Strategies</strong><br />
|
168
|
+
<strong>Effective Date:</strong> April 5, 2025
|
169
|
+
</p>
|
172
170
|
</hgroup>
|
173
171
|
<!-- END TITLE -->
|
174
172
|
|
@@ -177,7 +175,7 @@ This file is part of Network Pro.
|
|
177
175
|
<!-- BEGIN MAIN CONTENT -->
|
178
176
|
<section id="main-content">
|
179
177
|
<nav id="toc">
|
180
|
-
<h2>Contents</h2>
|
178
|
+
<h2>Table of Contents</h2>
|
181
179
|
<ol>
|
182
180
|
<li><a href="#intro">Introduction</a></li>
|
183
181
|
<li><a href="#scope">Scope of Services</a></li>
|
@@ -507,13 +505,11 @@ This file is part of Network Pro.
|
|
507
505
|
<td class="bnav-cell" colspan="2">
|
508
506
|
<a
|
509
507
|
rel="noopener noreferrer"
|
510
|
-
href="https://
|
511
|
-
target="
|
512
|
-
>Legal
|
513
|
-
|
514
|
-
|
515
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
|
516
|
-
></td>
|
508
|
+
href="https://netwk.pro/legal.html"
|
509
|
+
target="_self"
|
510
|
+
>Legal</a
|
511
|
+
></td
|
512
|
+
>
|
517
513
|
</tr>
|
518
514
|
</tbody>
|
519
515
|
</table>
|
@@ -588,8 +584,8 @@ This file is part of Network Pro.
|
|
588
584
|
slogan are
|
589
585
|
<a
|
590
586
|
rel="noopener noreferrer"
|
591
|
-
href="https://
|
592
|
-
target="
|
587
|
+
href="https://netwk.pro/legal.html#trademark"
|
588
|
+
target="_self"
|
593
589
|
>trademarks</a
|
594
590
|
>
|
595
591
|
of Network Pro Strategies.
|
package/terms.html.br
CHANGED
Binary file
|