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

vuetify-confirm-box

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-confirm-box - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

package.json

@@ -5,3 +5,3 @@ {

"description": "This plugin make the vuetify custom confirm prompts easier and fluent",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/VuetifyConfirmBox.umd.js",

@@ -14,2 +14,12 @@ "module": "dist/VuetifyConfirmBox.esm.js",

},
"keywords": [
"vuejs",
"vue",
"vuetify",
"materialdesign",
"confirm",
"dialog",
"confirmbox",
"confirmation"
],
"bugs": {

@@ -16,0 +26,0 @@ "url": "https://github.com/farhadnowzari/vuetify-confirm-box/issues"

2

README.md

@@ -14,3 +14,3 @@ # Vuetify Confirm Box

## Usage
Now overall your app you can open the `confirmation box` with the following code from withing other `vue components`.
Now from every vue component in your app, you can open the `confirmation box` with the following codes.
```

@@ -17,0 +17,0 @@ this.$confirm.info("a message", "a title {optional}"); //shows an info box

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