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

vuetify3-dialog

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify3-dialog - npm Package Compare versions

Comparing version

to
1.4.8

@@ -423,4 +423,4 @@ import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, withCtx, createVNode, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList, ref, watch, isRef, createCommentVNode, createApp, resolveDynamicComponent } from 'vue';

customComponent: options.customComponent,
dialogOptions: PluginContext.getPluginOptions().defaults?.dialog?.component ||
options.dialogOptions || {
dialogOptions: options.dialogOptions ||
PluginContext.getPluginOptions().defaults?.dialog?.component || {
width: '400px',

@@ -427,0 +427,0 @@ },

{
"name": "vuetify3-dialog",
"version": "1.4.7",
"version": "1.4.8",
"description": "Vue 3 & Vuetify 3 plugin to create dialogs, toasts and bottom-sheets with Promises.",

@@ -5,0 +5,0 @@ "keywords": [

# Vuetify 3 Dialog ![Javascript](https://img.shields.io/badge/-Javascript-F7DF1E?style=rounded&logo=javascript&logoColor=black) ![Typescript](https://img.shields.io/badge/-Typescript-2e86de?style=rounded&logo=typescript&logoColor=black) ![Vue.js](https://img.shields.io/badge/-Vue.js-4FC08D?style=rounded&logo=vue.js&logoColor=white)
Lite Vue plugin working with Vuetify, allowing you to show dialogs or snackbars programatically.
> Inspired by [vuetify-dialog](https://www.npmjs.com/package/vuetify-dialog) (@yariksav)

@@ -211,2 +212,2 @@ ## Summary

Finally, when you will have finish your changes, make sure all tests are passing with `npm run test`, thanks in advance !
Finally, when you will have finish your changes, make sure all tests are passing with `npm run test`, thanks in advance !

Sorry, the diff of this file is not supported yet