Socket
Socket
Sign inDemoInstall

toastifier

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toastifier - npm Package Compare versions

Comparing version 1.0.9 to 1.0.11

2

package.json
{
"name": "toastifier",
"version": "1.0.9",
"version": "1.0.11",
"description": "Light and Simple Multi-Framework Toaster",

@@ -5,0 +5,0 @@ "main": "script.js",

@@ -340,2 +340,5 @@ function toastifier (msg, options = {}) {

h.remove()
if(document.getElementsByClassName('toastifier__alert').length === 0 ){
container.remove()
}
}, (options.duration + 1000 * animation_time) || 4000);

@@ -342,0 +345,0 @@ if (options.onhoverPause) {

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