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

react-toastify

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-toastify - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"name": "react-toastify",
"version": "3.1.0",
"version": "3.1.1",
"description": "React notification made easy",

@@ -5,0 +5,0 @@ "keywords": [

@@ -135,3 +135,3 @@ # React Toastify [![Build Status](https://travis-ci.org/fkhadra/react-toastify.svg?branch=master)](https://travis-ci.org/fkhadra/react-toastify) [![npm](https://img.shields.io/npm/dm/react-toastify.svg)]() [![npm](https://img.shields.io/npm/v/react-toastify.svg)]() [![license](https://img.shields.io/github/license/fkhadra/react-toastify.svg?maxAge=2592000)]() [![Coverage Status](https://coveralls.io/repos/github/fkhadra/react-toastify/badge.svg?branch=master)](https://coveralls.io/github/fkhadra/react-toastify?branch=master)

className: css({
background: "black"
backgroundColor: "black"
})

@@ -725,3 +725,3 @@ });

className: css({
background: "black"
backgroundColor: "black"
}),

@@ -733,3 +733,3 @@ bodyClassName: "grow-font-size"

progressClassName: css({
background: "repeating-radial-gradient(red, yellow 10%, green 15%)"
background: "repeating-radial-gradient(circle at center, red 0, blue, green 30px)"
})

@@ -855,2 +855,6 @@ });

### V3.1.1
- Fix [issue #103](https://github.com/fkhadra/react-toastify/issues/103)
### V3.1.0

@@ -857,0 +861,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