@vincentzyuapps/winload 0.1.9-beta.1 → 0.1.9-beta.2
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/package.json +7 -7
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.9-beta.
|
|
3
|
+
"version": "0.1.9-beta.2",
|
|
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-beta.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.9-beta.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.9-beta.2",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.2",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.9-beta.2",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.2",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.2",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.2"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|

|
|
3
3
|
|
|
4
|
-
# Winload <img src="
|
|
4
|
+
# Winload <img src="docs/images/miku.png" height="32px">
|
|
5
5
|
|
|
6
6
|
> A lightweight, real-time CLI tool for monitoring network bandwidth and traffic, inspired by Linux's nload.
|
|
7
7
|
|
|
@@ -127,7 +127,7 @@ where win-nload # CMD
|
|
|
127
127
|
> scoop install windows-terminal-preview
|
|
128
128
|
> wtp
|
|
129
129
|
> ```
|
|
130
|
-
> 💡 **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop
|
|
130
|
+
> 💡 **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).
|
|
131
131
|
|
|
132
132
|
### Arch Linux (AUR):
|
|
133
133
|
```bash
|