Socket
Socket
Sign inDemoInstall

react-redux-toastr

Package Overview
Dependencies
32
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.4 to 7.1.5

1

lib/ReduxToastr.js

@@ -171,3 +171,2 @@ 'use strict';

toastr: _propTypes2.default.object,
options: _propTypes2.default.object,
position: _propTypes2.default.string,

@@ -174,0 +173,0 @@ newestOnTop: _propTypes2.default.bool,

2

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

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

@@ -17,3 +17,2 @@ import React from 'react';

toastr: PropTypes.object,
options: PropTypes.object,
position: PropTypes.string,

@@ -116,3 +115,3 @@ newestOnTop: PropTypes.bool,

const width = toastr.toastrs && toastr.toastrs[0] && toastr.toastrs[0].options && toastr.toastrs[0].options.width;
const style = width ? {width:width} : {};
const style = width ? {width: width} : {};
return (

@@ -119,0 +118,0 @@ <span>

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