Skip to content

Releases: baalexander/node-portscanner

1.0.0

22 Jun 02:20
Compare
Choose a tag to compare
  • #21 ECONNREFUSED error now reports the port as available

ECONNREFUSED: "The remote peer actively refused connection establishment (usually because no process is listening to the port)."

0.2.3

10 Apr 20:00
Compare
Choose a tag to compare
  • #19 Use socket.destroy() not socket.end() on successful connection

0.2.2

06 Feb 02:59
Compare
Choose a tag to compare
  • #16 fix port reporting

0.2.1

05 Feb 21:34
Compare
Choose a tag to compare
  • #13 match status closed better
  • #14 switch out localhost for 127.0.0.1