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.2.5 to 6.2.6

6

lib/ToastrConfirm.js

@@ -128,7 +128,7 @@ 'use strict';

this.confirmElement.classList.add(this.transitionIn);
(0, _utils.isBrowser)() && document.querySelector('body').classList.add('toastr-confirm-active');
return;
if ((0, _utils.isBrowser)()) return document.querySelector('body').classList.add('toastr-confirm-active');
}
this.isHiding = true;
this.confirmElement.classList.remove(this.transitionIn);
this.confirmElement.classList.add(this.transitionOut);

@@ -140,3 +140,3 @@ };

this.props.hideConfirm();
(0, _utils.isBrowser)() && document.querySelector('body').classList.remove('toastr-confirm-active');
if ((0, _utils.isBrowser)()) return document.querySelector('body').classList.remove('toastr-confirm-active');
};

@@ -143,0 +143,0 @@

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

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

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