is-online v9.0.0 Release Notes
Release Date: 2020-10-25 // almost 4 years ago-
๐ฅ Breaking
- Require Node.js 10 88e5b29
- ๐ Rename
version
option toipVersion
and make it a number (#79) 61d5046
๐ฅ 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');