Releases: node-modules/detect-port
Releases · node-modules/detect-port
v1.6.1
v1.6.0
v1.5.1
1.5.1 (2024-05-08)
Features
- only use server listen to detect port (#13) (0984b32)
- support detect port with custom hostname (#35) (a00357a)
- support wait port (#46) (618dec5)
- update contributor (17ffc37)
Bug Fixes
- add #!/usr/bin/env node header (#49) (9dd9ce3)
- handle 0.0.0.0:port binding (#26) (398bc4f)
- ignore EADDRNOTAVAIL error when listen localhost (#33) (64777f8)
- should double check 0.0.0.0 and localhost (#20) (0765f0e)
- should ignore getaddrinfo ENOTFOUND error (#22) (792bccd)
- try to use next available port (#16) (817105e)
- typo on line 54 (#45) (a54e2ef)