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

vue-offline

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-offline - npm Package Compare versions

Comparing version 1.0.203 to 1.0.204

4

index.js

@@ -80,3 +80,3 @@ module.exports = {

this.$once('hook:desktroyed', () => {
this.$once('hook:beforeDestroy', () => {
window.removeEventListener('online', onlineHandler)

@@ -88,3 +88,3 @@ window.removeEventListener('offline', offlineHandler)

}
Vue.directive('online', onlineOnlyDirective)

@@ -91,0 +91,0 @@ Vue.directive('offline', offlineOnlyDirective)

@@ -31,3 +31,3 @@ export default {

this.$once('hook:desktroyed', () => {
this.$once('hook:beforeDestroy', () => {
window.removeEventListener('online', onlineHandler)

@@ -38,2 +38,2 @@ window.removeEventListener('offline', offlineHandler)

}
}
}
{
"name": "vue-offline",
"version": "1.0.203",
"version": "1.0.204",
"description": "Online/Offline events and directives for vue application",

@@ -5,0 +5,0 @@ "main": "index.js",

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