@networkpro/web 1.13.7 → 1.14.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/CHANGELOG.md CHANGED
@@ -20,11 +20,46 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
20
20
 
21
21
  ## [Unreleased]
22
22
 
23
+ ---
24
+
25
+ ## [1.14.0] - 2025-06-16
26
+
27
+ ### Changed
28
+
29
+ - Commented out registry and auth lines in `.npmrc`, retaining only `engine-strict=true` to streamline CI token handling and prevent conflicts
30
+
31
+ ### Reverted
32
+
33
+ - Temporarily reverted `build-and-publish.yml` to prior, working workflow to confirm publish capability before attempting archive-based improvements
34
+
35
+ ---
36
+
37
+ ## [1.13.8] - 2025-06-16
38
+
39
+ ### Added
40
+
41
+ - Added `cryptomator.png` and `cryptomator.webp` images for use in the FOSS Spotlight route
42
+ - Imported assets via image utility (`src/lib/images.js`) as `cryptomPng` and `cryptomWbp`
43
+ - Introduced `cryptomator` entry to `fossData.js`
44
+ - Added `COMMIT_GUIDE.md` to help standardize commit message formatting across contributions
45
+
46
+ ### Changed
47
+
48
+ - Updated `build-and-publish.yml` to use an allowlist-based upload approach, explicitly including root-level files and directories (`.github/`, `.vscode/`, `netlify/`, `scripts/`, `src/`, `static/`, and `tests/`)
49
+ - Updated meta `author` field in `app.html` to `Scott Lopez`
50
+ - Version bumped to **v1.13.8**
51
+ - Upgraded dependencies:
52
+ - `postcss` updated from `^8.5.5` → `^8.5.6`
53
+ - `posthog-js` updated from `^1.252.1` → `^1.253.4`
54
+
55
+ ---
56
+
23
57
  ## [1.13.7] - 2025-06-15
24
58
 
25
59
  ### Changed
26
60
 
27
61
  - Added pre-publish steps in `build-and-publish.yml` to recursively list all files and top-level directory contents for auditing
62
+ - Version bumped to **v1.13.7**
28
63
 
29
64
  ---
30
65
 
@@ -448,7 +483,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
448
483
 
449
484
  <!-- Link references -->
450
485
 
451
- [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.7...HEAD
486
+ [Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.13.8...HEAD
487
+ [1.13.8]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.8
452
488
  [1.13.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.7
453
489
  [1.13.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.6
454
490
  [1.13.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.13.5
@@ -466,4 +502,4 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
466
502
  [1.12.3]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.3
467
503
  [1.12.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.1
468
504
 
469
- <!-- cspell:ignore qrcode -->
505
+ <!-- cspell:ignore qrcode cryptom -->
package/cspell.json CHANGED
@@ -13,10 +13,13 @@
13
13
  "ccby",
14
14
  "CCPA",
15
15
  "CPRA",
16
+ "cryptomator",
17
+ "dont",
16
18
  "elif",
17
19
  "Embedder",
18
20
  "Ente",
19
21
  "esbuild",
22
+ "fdroid",
20
23
  "fontawesome",
21
24
  "foss",
22
25
  "geolocation",
@@ -61,6 +64,7 @@
61
64
  "prefs",
62
65
  "publickey",
63
66
  "reconsent",
67
+ "shizuku",
64
68
  "SIEM",
65
69
  "SPDY",
66
70
  "squircle",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
3
  "private": false,
4
- "version": "1.13.7",
4
+ "version": "1.14.0",
5
5
  "description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
7
7
  "advisory",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "dependencies": {
82
82
  "dompurify": "^3.2.6",
83
- "posthog-js": "^1.252.1",
83
+ "posthog-js": "^1.253.4",
84
84
  "semver": "^7.7.2",
85
85
  "svelte": "5.34.3"
86
86
  },
@@ -108,7 +108,7 @@
108
108
  "markdownlint-cli2": "^0.18.1",
109
109
  "mdsvex": "^0.12.6",
110
110
  "playwright": "^1.53.0",
111
- "postcss": "^8.5.5",
111
+ "postcss": "^8.5.6",
112
112
  "prettier": "^3.5.3",
113
113
  "prettier-plugin-svelte": "^3.4.0",
114
114
  "stylelint": "^16.20.0",
package/src/app.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <meta
16
16
  name="robots"
17
17
  content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
18
- <meta name="author" content="Network Pro Strategies" />
18
+ <meta name="author" content="Scott Lopez" />
19
19
 
20
20
  <!-- Favicon: Keep only ICO for max compatibility -->
21
21
  <link
@@ -7,7 +7,7 @@ This file is part of Network Pro.
7
7
  ========================================================================== */
8
8
 
9
9
  // Import FOSS images
10
- import { acodePng, acodeWbp, eauthPng, eauthWbp, hboardPng, hboardWbp, lsheetPng, lsheetWbp, pmxPng, pmxWbp, squirclePng, squircleWbp, tosPng, tosWbp, urlPng, urlWbp } from "$lib";
10
+ import { acodePng, acodeWbp, cryptomPng, cryptomWbp, eauthPng, eauthWbp, hboardPng, hboardWbp, lsheetPng, lsheetWbp, pmxPng, pmxWbp, squirclePng, squircleWbp, tosPng, tosWbp, urlPng, urlWbp } from "$lib";
11
11
 
12
12
  // cspell:disable
13
13
  /**
@@ -26,6 +26,86 @@ const lsheetLink = "obtainium://app/%7B%22id%22%3A%22fe.linksheet.nightly%22%2C%
26
26
  //cspell:enable
27
27
 
28
28
  export const fossData = [
29
+ {
30
+ id: "cryptomator",
31
+ images: {
32
+ webp: cryptomWbp,
33
+ png: cryptomPng,
34
+ },
35
+ imgAlt: "Cryptomator",
36
+ title: "Cryptomator",
37
+ headline: "Vault Up Your Cloud Privacy",
38
+ headlineDescription: `
39
+ <p>
40
+ Tired of feeling like your cloud files are just floating out there, unprotected? Say hello to <strong>Cryptomator</strong>—your personal vault for keeping sensitive data safe in the cloud, <em>without giving up open-source freedom</em>.
41
+ </p>
42
+ <p>
43
+ 🛡️ <strong>Cryptomator</strong> provides transparent client-side encryption for your cloud storage. Whether you're using Nextcloud, Google Drive, OneDrive or another service, Cryptomator keeps your files <strong>encrypted and private</strong>—before they even leave your device.
44
+ </p>
45
+ `,
46
+ features: [
47
+ {
48
+ emoji: "📋",
49
+ label: "Why Cryptomator stands out:",
50
+ isIntro: true
51
+ },
52
+ {
53
+ emoji: "🔐",
54
+ label: "Zero-knowledge encryption",
55
+ description: "not even Cryptomator can access your data",
56
+ },
57
+ {
58
+ emoji: "🆓",
59
+ label: "Completely free and open-source",
60
+ description: "GPLv3",
61
+ },
62
+ {
63
+ emoji: "💻",
64
+ label: "Cross-platform",
65
+ description: "Windows, macOS, Linux, iOS & Android"
66
+ },
67
+ {
68
+ emoji: "📂",
69
+ label: "Folder-level encryption",
70
+ description: "integrated with your file system",
71
+ },
72
+ {
73
+ emoji: "💬",
74
+ label: "No account needed",
75
+ description: "no tracking, no ads"
76
+ }
77
+ ],
78
+ detailsDescription: `
79
+ <p>
80
+ 📈 Why privacy-conscious users are switching:<br />
81
+ ✅ <strong>User-friendly interface</strong><br />
82
+ ✅ <strong>End-to-end encryption</strong> without needing to trust any cloud provider<br />
83
+ ✅ <strong>Community-driven</strong> with regular updates<br />
84
+ ✅ <strong>Works with any cloud provider</strong><br />
85
+ ✅ <strong>100% local key management</strong>
86
+ </p>
87
+ <p>
88
+ Your cloud deserves more than blind trust. Cryptomator empowers you to <em>own your data</em> with ease and elegance.
89
+ </p>
90
+ `,
91
+ links: [
92
+ {
93
+ label: "Website",
94
+ href: "https://cryptomator.org",
95
+ },
96
+ {
97
+ label: "GitHub",
98
+ href: "https://github.com/cryptomator/cryptomator",
99
+ },
100
+ {
101
+ label: "F-Droid",
102
+ href: "https://f-droid.org/en/packages/org.cryptomator.lite/",
103
+ }
104
+ ],
105
+ notes: [
106
+ "Cryptomator is available from several sources, including <strong>Google Play, F-Droid, and GitHub/Obtainium</strong>. While we generally recommend using only open-source versions, <strong>you may opt for the Google Play version if Google Drive integration is important to you</strong>. Note that the F-Droid and GitHub versions exclude third-party libraries, which means <strong>they cannot interface with Google Drive</strong>."
107
+ ],
108
+ },
29
109
  {
30
110
  id: "squircle",
31
111
  images: {
@@ -591,4 +671,4 @@ export const fossData = [
591
671
  },
592
672
  ];
593
673
 
594
- // cspell:ignore hboard gboard lsheet eauth tosdr
674
+ // cspell:ignore hboard gboard lsheet eauth tosdr cryptom
package/src/lib/images.js CHANGED
@@ -6,8 +6,6 @@ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
6
  This file is part of Network Pro.
7
7
  ========================================================================== */
8
8
 
9
- // cspell:ignore lsheet tosdr
10
-
11
9
  /**
12
10
  * Image import utility
13
11
  *
@@ -15,7 +13,7 @@ This file is part of Network Pro.
15
13
  * @description Provides convenient access to images in the src/lib/img directory
16
14
  * @module src/lib
17
15
  * @author SunDevil311
18
- * @updated 2025-06-09
16
+ * @updated 2025-06-16
19
17
  */
20
18
 
21
19
  // Import favicon images
@@ -39,6 +37,8 @@ import obtainiumWbp from '$lib/img/obtainium.webp';
39
37
  // Import images for posts
40
38
  import acodePng from '$lib/img/posts/acode.png';
41
39
  import acodeWbp from '$lib/img/posts/acode.webp';
40
+ import cryptomPng from "$lib/img/posts/cryptomator.png";
41
+ import cryptomWbp from "$lib/img/posts/cryptomator.webp";
42
42
  import eauthPng from '$lib/img/posts/eauth.png';
43
43
  import eauthWbp from '$lib/img/posts/eauth.webp';
44
44
  import hboardPng from '$lib/img/posts/hboard.png';
@@ -72,6 +72,8 @@ export {
72
72
  bySvg,
73
73
  ccBadge,
74
74
  ccSvg,
75
+ cryptomPng,
76
+ cryptomWbp,
75
77
  eauthPng,
76
78
  eauthWbp,
77
79
  faviconSvg,
@@ -99,4 +101,4 @@ export {
99
101
  vcfWbp
100
102
  };
101
103
 
102
- // cspell:ignore eauth hboard
104
+ // cspell:ignore eauth hboard cryptom tosdr