@vincentzyuapps/winload 0.1.9-rc.2 → 0.1.9-rc.5

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 (2) hide show
  1. package/package.json +7 -7
  2. package/readme.md +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.9-rc.2",
3
+ "version": "0.1.9-rc.5",
4
4
  "description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@vincentzyuapps/winload-win32-x64": "0.1.9-rc.2",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.9-rc.2",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.9-rc.2",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.9-rc.2",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.9-rc.2",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.9-rc.2"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.9-rc.5",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.9-rc.5",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.9-rc.5",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.9-rc.5",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.9-rc.5",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.9-rc.5"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -24,6 +24,7 @@
24
24
  [![Crates.io](https://img.shields.io/badge/Crates.io-000000?style=for-the-badge&logo=rust&logoColor=white)](https://crates.io/crates/winload)
25
25
 
26
26
  [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/@vincentzyuapps/winload)
27
+
27
28
  [![Scoop.sh](https://img.shields.io/badge/Scoop.sh-7B4AE2?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGNpcmNsZSBjeD0iMTIiIGN5PSI4IiByPSI1IiBmaWxsPSIjRUM3MEExIi8+PGNpcmNsZSBjeD0iOCIgY3k9IjEyIiByPSI0LjUiIGZpbGw9IiNFQkYzQTEiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjEyIiByPSI0LjUiIGZpbGw9IiM4RTZFQzgiLz48cGF0aCBkPSJNMTYuNSA0bC0xLjUtMS41TDExLjUgNmwxLjUgMS41eiIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Ik0zIDEzaDE4YzAgNC40LTMuNiA4LTggOGgtNGMtNC40IDAtOC0zLjYtOC04eiIgZmlsbD0iIzRGNEI1MyIvPjwvc3ZnPg==)](https://scoop.sh/#/apps?q=%22https%3A%2F%2Fgithub.com%2FVincentZyuApps%2Fscoop-bucket%22&o=false)
28
29
  [![AUR](https://img.shields.io/badge/AUR-1793D1?style=for-the-badge&logo=archlinux&logoColor=white)](https://aur.archlinux.org/packages/winload-rust-bin)
29
30
  [![APT](https://img.shields.io/badge/APT-E95420?style=for-the-badge&logo=debian&logoColor=white)](https://github.com/VincentZyuApps/winload/releases)
@@ -94,20 +95,17 @@ uv run python -c "import shutil; print(shutil.which('winload'))"
94
95
  ```bash
95
96
  # Recommended (scoped)
96
97
  npm install -g @vincentzyuapps/winload
97
-
98
98
  # Alternative (unscoped)
99
99
  npm install -g winload-rust-bin
100
-
101
100
  # Alternative (GitHub Packages)
102
101
  npm install -g @vincentzyuapps/winload --registry https://npm.pkg.github.com
103
-
104
102
  # on Windows, use win-nload to avoid conflict with System32\winload.exe
105
103
  # on Linux/macOS, both winload and win-nload work
106
104
  # or use npx directly
107
105
  npx @vincentzyuapps/winload
108
106
  ```
109
107
 
110
- > Includes 6 precompiled binaries for x86_64 & ARM64 across Windows, Linux, and macOS.
108
+ > Includes 4 precompiled binaries for x86_64 & ARM64 across Windows, Linux, and macOS.
111
109
 
112
110
  ### Cargo (Build from source)
113
111
  ```bash
@@ -134,7 +132,7 @@ where win-nload # CMD
134
132
  > scoop install windows-terminal-preview
135
133
  > wtp
136
134
  > ```
137
- > 💡 **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop and npm provide **MSVC + Npcap** for **x86_64** and **ARM64** by default. These builds now delay-load `wpcap.dll`, reducing startup failures before `--npcap` is used, but loopback capture still requires Npcap installed on the system. For other variants (MinGW, non-Npcap, i686), download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
135
+ > 💡 **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop and npm provide **MSVC + Npcap** for **x86_64** and **ARM64** by default. These builds now delay-load `wpcap.dll`, reducing startup failures before `--npcap` is used, but loopback capture still requires Npcap installed on the system.
138
136
 
139
137
  ### Arch Linux (AUR):
140
138
  ```bash
@@ -308,3 +306,4 @@ On Linux and macOS, loopback traffic works out of the box — no extra flags nee
308
306
  ## 🧭 Epilogue
309
307
 
310
308
  Network traffic flows formless through the void — yet Winload gives it shape. Packets traverse the terminal, silent and unseen, but through this window, every thread of throughput takes form before your eyes. If you seek to know the pulse of a machine's connection to the world, this tool is at once a humble lamp upon your desk and a guiding star for the journey ahead.
309
+