toastify-js
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.3.2] - 2018-12-6 | ||
* Added z-index attribute. | ||
## [1.2.1] - 2018-05-31 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "toastify-js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Toastify is a lightweight, vanilla JS toast notification library.", | ||
@@ -5,0 +5,0 @@ "main": "./src/toastify.js", |
@@ -6,3 +6,3 @@ # Toastify | ||
[![toastify-js](https://img.shields.io/badge/toastify--js-1.2.2-brightgreen.svg)](https://www.npmjs.com/package/toastify-js) | ||
[![toastify-js](https://img.shields.io/badge/toastify--js-1.3.2-brightgreen.svg)](https://www.npmjs.com/package/toastify-js) | ||
@@ -9,0 +9,0 @@ Toastify is a lightweight, vanilla JS toast notification library. |
/*! | ||
* Toastify js 1.2.2 | ||
* Toastify js 1.3.2 | ||
* https://github.com/apvarun/toastify-js | ||
@@ -22,3 +22,3 @@ * @license MIT licensed | ||
// Library version | ||
version = "1.2.2"; | ||
version = "1.3.2"; | ||
@@ -295,2 +295,2 @@ // Defining the prototype of the object | ||
return Toastify; | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45344
445