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

toastify-js

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toastify-js - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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

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