Wait For Localhost Versions Save

Wait for localhost to be ready

v4.0.1

1 year ago
  • Fix compatibility with Node.js 17 (#16) dd27622
  • It now returns the IP version that was used.

https://github.com/sindresorhus/wait-for-localhost/compare/v4.0.0...v4.0.1

v4.0.0

2 years ago

Breaking

  • Require Node.js 12.20 71a46c1
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/wait-for-localhost/compare/v3.3.0...v4.0.0

v3.2.0

5 years ago
  • Refactor TypeScript definition to CommonJS compatible export (#8) 03d6989

https://github.com/sindresorhus/wait-for-localhost/compare/v3.1.0...v3.2.0

v3.1.0

5 years ago

v3.0.1

5 years ago

v3.0.0

5 years ago

Breaking:

  • Move the port argument into an options-object c6c317b

Other:

  • Add useGet option (#5) c6c317b