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

toast-me

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toast-me - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "toast-me",
"version": "1.0.7",
"version": "1.0.8",
"description": "Creates toast messages",

@@ -5,0 +5,0 @@ "main": "lib/toast-me.min.js",

@@ -23,3 +23,3 @@ // @flow

) {
ToastMe.removeAll();
ToastMeClass.removeAll();

@@ -32,3 +32,3 @@ const options = typeof receivedOptions === 'string'

this.content = content;
this.container = ToastMe.getContainer();
this.container = ToastMeClass.getContainer();
this.domNode = this.createToastNode(action);

@@ -103,3 +103,3 @@ this.container.appendChild(this.domNode);

static removeAll() {
const node = ToastMe.getContainer();
const node = ToastMeClass.getContainer();
// eslint-disable-next-line prefer-template

@@ -106,0 +106,0 @@ const closeButtons = node.querySelectorAll('.' + styles.close);

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