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.0 to 1.9.1

4

CHANGELOG.md

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

## [1.9.1] - 2020-08-13
* Bugfix: Avatar positioning based on toast position
## [1.9.0] - 2020-07-22

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

2

package.json
{
"name": "toastify-js",
"version": "1.9.0",
"version": "1.9.1",
"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.0-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)
[![toastify-js](https://img.shields.io/badge/toastify--js-1.9.1-brightgreen.svg)](https://www.npmjs.com/package/toastify-js)

@@ -10,0 +10,0 @@ Toastify is a lightweight, vanilla JS toast notification library.

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

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

// Library version
version = "1.9.0";
version = "1.9.1";

@@ -118,3 +118,3 @@ // Defining the prototype of the object

// Adding close icon on the right of content
divElement.insertAdjacentElement("beforeend", avatarElement);
divElement.insertAdjacentElement("afterbegin", avatarElement);
}

@@ -121,0 +121,0 @@ }

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