Releases: sindresorhus/is-online
Releases · sindresorhus/is-online
v11.0.0
v10.0.0
Breaking
v9.0.1
v9.0.0
Breaking
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition (reason)
You need to changeimport isOnline from 'is-online';
toimport isOnline = require('is-online');
v8.5.1
v8.5.0
v8.4.0
- Use HTTPS for the Apple endpoint check aef4417