Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 05:23
d5c70e5

1.0.0 (2022-09-08)

⚠ BREAKING CHANGES

  • Returns now an object instead of an boolean. The object contains the property open: boolean and if open is true it will also contain ipVersion which will be 4 or 6 dependening on which IP version the open port was found on.

Bug Fixes

  • Check both IPv4 and IPv6 when dns-name supplied (#84) (3c3821c)