Socket
Socket
Sign inDemoInstall

react-redux-toastr

Package Overview
Dependencies
4
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

2

package.json
{
"name": "react-redux-toastr",
"version": "3.0.8",
"version": "3.0.9",
"description": "react-redux-toastr is a React toastr message implemented with Redux",

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

@@ -11,3 +11,3 @@ import React, {Component, PropTypes} from 'react';

@connect(state => ({
toastr: state.toastr
toastr: state.toastr ? state.toastr : state.get('toastr')
}), tActions)

@@ -14,0 +14,0 @@ export default class ReduxToastr extends Component {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc