Socket
Socket
Sign inDemoInstall

toastify-js

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.1 to 1.9.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.9.2] - 2020-09-24
* Bugfix: Max width problem for firefox browser #61
## [1.9.1] - 2020-08-13

@@ -7,0 +11,0 @@

2

package.json
{
"name": "toastify-js",
"version": "1.9.1",
"version": "1.9.2",
"description": "Toastify is a lightweight, vanilla JS toast notification library.",

@@ -5,0 +5,0 @@ "main": "./src/toastify.js",

@@ -7,3 +7,3 @@

[![toastify-js](https://img.shields.io/badge/toastify--js-1.9.1-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)
[![toastify-js](https://img.shields.io/badge/toastify--js-1.9.2-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)

@@ -219,2 +219,4 @@ Toastify is a lightweight, vanilla JS toast notification library.

</td>
</tr>
<tr>
<td align="center">

@@ -229,4 +231,2 @@ <a href="https://github.com/chasedeanda"

</td>
</tr>
<tr>
<td align="center">

@@ -260,2 +260,11 @@ <a href="https://github.com/Wachiwi"

<td align="center">
<a href="https://github.com/joaquinwojcik"
><img
alt="joaquinwojcik"
src="https://avatars3.githubusercontent.com/u/3205737?v=4"
width="117"
/><br />joaquinwojcik</a
>
</td>
<td align="center">
<a href="https://github.com/juliushaertl"

@@ -269,2 +278,4 @@ ><img

</td>
</tr>
<tr>
<td align="center">

@@ -280,2 +291,11 @@ <a href="https://github.com/mort3za"

<td align="center">
<a href="https://github.com/Sandip124"
><img
alt="Sandip124"
src="https://avatars3.githubusercontent.com/u/37034590?v=4"
width="117"
/><br />Sandip124</a
>
</td>
<td align="center">
<a href="https://github.com/Tadaz"

@@ -298,4 +318,2 @@ ><img

</td>
</tr>
<tr>
<td align="center">

@@ -319,11 +337,2 @@ <a href="https://github.com/victorfeijo"

</td>
<td align="center">
<a href="https://github.com/joaquinwojcik"
><img
alt="fiatjaf"
src="https://avatars3.githubusercontent.com/u/3205737?v=4"
width="117"
/><br />joaquinwojcik</a
>
</td>
</tr>

@@ -330,0 +339,0 @@ </table>

/*!
* Toastify js 1.9.1
* Toastify js 1.9.2
* https://github.com/apvarun/toastify-js

@@ -21,3 +21,3 @@ * @license MIT licensed

// Library version
version = "1.9.1";
version = "1.9.2";

@@ -24,0 +24,0 @@ // Defining the prototype of the object

Sorry, the diff of this file is not supported yet

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