Socket
Socket
Sign inDemoInstall

vue3-form-wizard

Package Overview
Dependencies
0
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

14

package.json

@@ -5,16 +5,16 @@ {

"author": "parsa jiravand",
"version": "0.0.1",
"version": "0.0.2",
"description": "vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.",
"license": "MIT",
"repository": "https://github.com/parsajiravand/vue-client-recaptcha",
"homepage": "https://github.com/parsajiravand/vue-client-recaptcha",
"repository": "https://github.com/parsajiravand/vue3-form-wizard",
"homepage": "https://github.com/parsajiravand/vue3-form-wizard",
"files": [
"dist"
],
"main": "./dist/vue-client-recaptcha.umd.js",
"module": "./dist/vue-client-recaptcha.es.js",
"main": "./dist/vue3-form-wizard.umd.js",
"module": "./dist/vue3-form-wizard.es.js",
"exports": {
".": {
"import": "./dist/vue-client-recaptcha.es.js",
"require": "./dist/vue-client-recaptcha.umd.js"
"import": "./dist/vue3-form-wizard.es.js",
"require": "./dist/vue3-form-wizard.umd.js"
}

@@ -21,0 +21,0 @@ },

@@ -6,2 +6,4 @@ <h1 align="center">Vue3 form wizard</h1>

## Until the version is completely stable

@@ -22,3 +24,5 @@ - [x] Updated To Vue3 ✅

# Old Documentation
# [Documentation](https://binarcode.github.io/vue-form-wizard/#/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc