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

bulma-toast

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulma-toast - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

dist/bulma-toast.cjs.js
/*!
* bulma-toast 2.4.1
* bulma-toast 2.4.2
* (c) 2018-present @rfoel <rafaelfr@outlook.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* bulma-toast 2.4.1
* bulma-toast 2.4.2
* (c) 2018-present @rfoel <rafaelfr@outlook.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

/*!
* bulma-toast 2.4.1
* bulma-toast 2.4.2
* (c) 2018-present @rfoel <rafaelfr@outlook.com>

@@ -4,0 +4,0 @@ * Released under the MIT License.

@@ -15,2 +15,3 @@ export function toast(options: Options): void;

closeOnClick?: boolean;
single?: boolean;
opacity?: number;

@@ -17,0 +18,0 @@ animate?: ToastAnimation;

{
"name": "bulma-toast",
"version": "2.4.1",
"version": "2.4.2",
"description": "Bulma's pure JavaScript extension to display toasts",

@@ -5,0 +5,0 @@ "main": "dist/bulma-toast.cjs.js",

@@ -22,2 +22,3 @@ # bulma-toast

- `pauseOnHover`: Pauses delay when hovering the notification. Default is `false`.
- `single`: Only show a single toast in `appendTo`. Default is `false`.
- `closeOnClick`: Dismisses the notification when clicked. Default is `true`.

@@ -24,0 +25,0 @@ - `opacity`: The notification's container opacity. Default is `1`.

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