Mirror: Best-effort discovery of the machine's local network using just Node.js dgram sockets
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#22)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
00f151df ee60e141

+8 -6
-5
.changeset/smart-swans-add.md
··· 1 - --- 2 - 'lan-network': patch 3 - --- 4 - 5 - Add missing `socket.close` for DHCP discover on timeout
+7
CHANGELOG.md
··· 1 1 # lan-network 2 2 3 + ## 0.2.1 4 + 5 + ### Patch Changes 6 + 7 + - Add missing `socket.close` for DHCP discover on timeout 8 + Submitted by [@kitten](https://github.com/kitten) (See [`ee60e14`](https://github.com/kitten/lan-network/commit/ee60e1415dc323843c07e3a0d0acda998ed2d9ae)) 9 + 3 10 ## 0.2.0 4 11 5 12 ### Minor Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "lan-network", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.", 5 5 "author": "Phil Pluckthun <phil@kitten.sh>", 6 6 "source": "./src/index.ts",