| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 535 Bytes | |
| v0.9.1 source code.tar.gz | 2026-03-31 | 544.3 kB | |
| v0.9.1 source code.zip | 2026-03-31 | 609.8 kB | |
| Totals: 3 Items | 1.2 MB | 5 | |
New Features
- Project dev dependency install: portless can now be installed as a project dev dependency (
npm install -D portless) in addition to the global install. Thenpx/dlxguard now only blocks one-off downloads, not locally installed packages. (#179)
Bug Fixes
portless truston fresh install: Fixportless trustfailing on a fresh install when no CA certificate exists yet. The command now generates the CA and server certificates automatically before trusting. (#177)
Contributors
- @ctate