Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-toastr

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-toastr - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/utils.js

@@ -88,3 +88,3 @@ 'use strict';

function hasObject(item) {
return item.icon || item.timOut || item.onShowComplete || item.onHideComplete || item.icon;
return item.icon || item.timeOut || item.onShowComplete || item.onHideComplete || item.icon;
}
{
"name": "redux-toastr",
"version": "0.2.2",
"description": "",
"version": "0.2.3",
"description": "redux-toastr is a toastr message implemented with Redux",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -68,3 +68,3 @@ export function createReducer(initialState, fnMap) {

function hasObject(item) {
return item.icon || item.timOut || item.onShowComplete || item.onHideComplete || item.icon;
return item.icon || item.timeOut || item.onShowComplete || item.onHideComplete || item.icon;
}
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