Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-offline

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-offline - npm Package Compare versions

Comparing version 0.0.0 to 2.0.0

dist/is-offline.es.js

43

package.json
{
"name": "is-offline",
"version": "0.0.0"
"version": "2.0.0",
"description": "A tiny (279B) library to detect `offline` status & respond to changes in the browser.",
"repository": "lukeed/is-offline",
"umd:main": "dist/is-offline.min.js",
"module": "dist/is-offline.es.js",
"main": "dist/is-offline.js",
"license": "MIT",
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "lukeed.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"build": "node builder",
"pretest": "npm run build",
"test": "tape test/*.js | tap-spec"
},
"files": [
"dist"
],
"keywords": [
"browser",
"connected",
"connection",
"connectivity",
"network",
"offline",
"online",
"status"
],
"devDependencies": {
"gzip-size": "^3.0.0",
"pretty-bytes": "^4.0.2",
"rollup": "^0.52.0",
"rollup-plugin-buble": "^0.15.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0",
"uglify-js": "^3.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc