Commit 28bad9e
committed
fix(deps): use socket-lib 1.3.5 with Windows Proxy fix
Link to local socket-lib which includes the fix to preserve Windows
process.env Proxy behavior. This allows us to revert the socket-cli
workaround and use the standard env spreading pattern.
The fix is now in socket-lib where it belongs, benefiting all consumers.
Socket-lib changes:
- Only spread process.env when merging custom env vars
- Use process.env directly when no custom env provided
- Preserves Windows case-insensitive env access (PATH vs Path)
Related: socket-lib commit 55119661 parent e2fc175 commit 28bad9e
3 files changed
+8
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 269 | | |
278 | 270 | | |
279 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
280 | 276 | | |
281 | 277 | | |
282 | 278 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments