Socket
Socket
Sign inDemoInstall

notification-system

Package Overview
Dependencies
10
Maintainers
1
Versions
5
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

9

index.js

@@ -6,5 +6,4 @@ import React, { Component } from 'react';

export default class Notification extends React.Component {
_notificationSystem: null,
componentDidMount: function() {
componentDidMount() {
this._notificationSystem = this.refs.notificationSystem;

@@ -15,5 +14,5 @@ this._notificationSystem.addNotification({

});
},
}
render: function() {
render() {
return (

@@ -26,3 +25,3 @@ <div>

}
});
}

@@ -29,0 +28,0 @@ ReactDOM.render(

{
"name": "notification-system",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Notification System ",

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