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

vue-native-notification

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-native-notification - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

6

index.js

@@ -106,4 +106,6 @@ // Notification object

return navigator.serviceWorker.ready.then(reg => reg.showNotification(title, opts))
.then(bindOnShow, bindOnError)
return navigator.serviceWorker.ready.then(
function (reg) {
reg.showNotification(title, opts)
}).then(bindOnShow, bindOnError)
}

@@ -110,0 +112,0 @@ })

{
"name": "vue-native-notification",
"version": "1.0.3",
"version": "1.0.4",
"description": "Vue.js plugin for native notifications",

@@ -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