New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-toast-notification

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-toast-notification - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

package.json
{
"name": "vue-toast-notification",
"version": "3.0.3",
"version": "3.0.4",
"description": "Vue.js toast notification plugin",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -17,4 +17,7 @@ import {Plugin} from 'vue'

export interface ToastPropsWithMessage extends ToastProps {
message: string;
}
export interface ToastProps {
message: string,
type?: ToastType | string,

@@ -33,3 +36,3 @@ position?: ToastPosition,

open(options: ToastProps): ActiveToast
open(options: ToastPropsWithMessage): ActiveToast

@@ -57,4 +60,4 @@ success(message: string, options?: ToastProps): ActiveToast

export declare function useToast(globalProps?: ToastProps): ToastPluginApi
export function useToast(globalProps?: Partial<ToastProps>): ToastPluginApi;
export default ToastPlugin
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