Is Online Versions Save

Check if the internet connection is up

v10.0.0

1 year ago

Breaking

  • Require Node.js 14 b0e3bd2
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/is-online/compare/v9.0.1...v10.0.0

v9.0.1

2 years ago

v9.0.0

3 years ago

Breaking

  • Require Node.js 10 88e5b29
  • Rename version option to ipVersion and make it a number (#79) 61d5046

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason) You need to change import isOnline from 'is-online'; to import isOnline = require('is-online');

https://github.com/sindresorhus/is-online/compare/v8.5.1...v9.0.0

v8.5.1

3 years ago

v8.5.0

3 years ago
  • Exit early if non-internal network adapter doesn't exist (#76) 5882fb5

https://github.com/sindresorhus/is-online/compare/v8.4.0...v8.5.0

v8.4.0

3 years ago
  • Use HTTPS for the Apple endpoint check aef4417

https://github.com/sindresorhus/is-online/compare/v8.3.1...v8.4.0

v8.3.1

4 years ago
  • Fix wrong condition for Apple success check (#73) 1d3ab45

https://github.com/sindresorhus/is-online/compare/v8.3.0...v8.3.1

v8.3.0

4 years ago
  • Exit early if navigator.onLine is false (#70) 4f0a6d4

https://github.com/sindresorhus/is-online/compare/v8.2.2...v8.3.0

v8.2.2

4 years ago
  • Fix UV pool overflow and cancel outstanding HTTP requests on DNS success (#69) 0349077

https://github.com/sindresorhus/is-online/compare/v8.2.1...v8.2.2