Socket
Socket
Sign inDemoInstall

react-desktop-notification

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-desktop-notification - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

index.js

@@ -5,4 +5,5 @@ /**

var React = require('react');
var createReactClass = React.createClass || require('create-react-class');
var Notifier = React.createClass({
var Notifier = createReactClass({
statics: {

@@ -9,0 +10,0 @@ start: function(title, context, url, icon, name) {

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

@@ -10,3 +10,6 @@ "main": "index.js",

"author": "leejaen",
"license": "ISC"
"license": "ISC",
"dependencies": {
"create-react-class": "15.6.2"
}
}
## react-desktop-notification
* Use browser's desktop notification in React. It depends on notifications API of chrome or else browser's other way.
## install
```
npm install --save react-desktop-notification
OR
yarn add react-desktop-notification```
npm install --save react-desktop-notification
OR
yarn add react-desktop-notification
```
## usage

@@ -25,2 +29,3 @@ ```

}
```

@@ -27,0 +32,0 @@ ## API

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