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

authored by

github-actions[bot] and committed by
GitHub
8fc50d7a 57272075

+10 -11
-5
.changeset/social-islands-bet.md
··· 1 - --- 2 - 'lan-network': patch 3 - --- 4 - 5 - Deprioritize `bridge*` interfaces as internal networks
-5
.changeset/social-knives-sort.md
··· 1 - --- 2 - 'lan-network': patch 3 - --- 4 - 5 - Update rollup config for reduced output and exclude sources from sourcemaps
+9
CHANGELOG.md
··· 1 1 # lan-network 2 2 3 + ## 0.1.8 4 + 5 + ### Patch Changes 6 + 7 + - Deprioritize `bridge*` interfaces as internal networks 8 + Submitted by [@kitten](https://github.com/kitten) (See [#15](https://github.com/kitten/lan-network/pull/15)) 9 + - Update rollup config for reduced output and exclude sources from sourcemaps 10 + Submitted by [@kitten](https://github.com/kitten) (See [#17](https://github.com/kitten/lan-network/pull/17)) 11 + 3 12 ## 0.1.7 4 13 5 14 ### Patch Changes
+1 -1
package.json
··· 1 1 { 2 2 "name": "lan-network", 3 - "version": "0.1.7", 3 + "version": "0.1.8", 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",