Socket
Socket
Sign inDemoInstall

react-redux-toastr

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-toastr - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

4

lib/ReduxToastr.js

@@ -121,3 +121,5 @@ 'use strict';

}, _this2.props)),
item.options && item.options.attention && _react2.default.createElement('div', { className: 'toastr-attention' })
item.options && item.options.attention && _react2.default.createElement('div', { onClick: function onClick() {
return _this2.props.remove(item.id);
}, className: 'toastr-attention' })
);

@@ -124,0 +126,0 @@ });

{
"name": "react-redux-toastr",
"version": "6.1.0",
"version": "6.2.0",
"description": "react-redux-toastr is a React toastr message implemented with Redux",

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

@@ -94,3 +94,5 @@ import React from 'react';

/>
{item.options && item.options.attention && <div className="toastr-attention" />}
{item.options && item.options.attention &&
<div onClick={() => this.props.remove(item.id)} className="toastr-attention" />
}
</span>

@@ -97,0 +99,0 @@ );

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