Is Reachable Versions Save

Check if servers are reachable

v5.2.1

1 year ago

v5.2.0

2 years ago
  • Use HTTP check even for HTTP URLs with non-default ports (#56) d753f49

https://github.com/sindresorhus/is-reachable/compare/v5.1.1...v5.2.0

v5.1.1

2 years ago

v5.1.0

2 years ago
  • Retry the check when used in Node.js c41cebb

https://github.com/sindresorhus/is-reachable/compare/v5.0.0...v5.1.0

v5.0.0

3 years ago

Breaking

  • Require Node.js 10 (#48) 50d61e8

Fixes

  • Fix timeout handling (#48) 50d61e8

https://github.com/sindresorhus/is-reachable/compare/v4.0.0...v5.0.0

v4.0.0

4 years ago

Breaking

  • Remove support for well-known protocols (#38) 288fc10

https://github.com/sindresorhus/is-reachable/compare/v3.1.0...v4.0.0

v3.1.0

5 years ago

v3.0.0

5 years ago

Breaking:

  • Require Node.js 8 f8638da

Other:

  • Fix case of unknown service port lookup f2aa0b0