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 (#6)

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

authored by

github-actions[bot]
github-actions[bot]
and committed by
GitHub
679ac807 ab5c9378

+8 -6
-5
.changeset/polite-ghosts-build.md
··· 1 - --- 2 - 'lan-network': patch 3 - --- 4 - 5 - Move vitest to devDependencies
+7
CHANGELOG.md
··· 1 1 # lan-network 2 2 3 + ## 0.1.3 4 + 5 + ### Patch Changes 6 + 7 + - Move vitest to devDependencies 8 + Submitted by [@kitten](https://github.com/kitten) (See [#5](https://github.com/kitten/lan-network/pull/5)) 9 + 3 10 ## 0.1.2 4 11 5 12 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "lan-network", 3 - "version": "0.1.2", 3 + "version": "0.1.3", 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",