Socket
Socket
Sign inDemoInstall

react-desktop-notification

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -13,5 +13,2 @@ /**

}
if (!(icon.match(/\.(jpeg|jpg|gif|png)$/) != null)) {
return false;
}

@@ -18,0 +15,0 @@ if (Notification.permission !== "granted") {

2

package.json
{
"name": "react-desktop-notification",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use browser's desktop notification in React. It depends on notifications API of chrome or else browser's other way.",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc