🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@captigo/vue

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@captigo/vue - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+10
-7
package.json
{
"name": "@captigo/vue",
"version": "0.1.0",
"description": "Vue 3 composables and components for captigo",
"version": "0.2.0",
"description": "Vue 3 components and composables for Captigo — works with any CAPTCHA adapter",
"type": "module",

@@ -20,3 +20,3 @@ "exports": {

"dependencies": {
"@captigo/core": "0.1.0"
"@captigo/core": "0.2.0"
},

@@ -40,8 +40,11 @@ "peerDependencies": {

"captcha",
"vue",
"vue3",
"composables",
"captigo",
"composition-api",
"hcaptcha",
"recaptcha",
"security",
"turnstile",
"typescript",
"captigo"
"vue",
"vue3"
],

@@ -48,0 +51,0 @@ "license": "MIT",

# @captigo/vue
Vue 3 composables and components for [captigo](https://github.com/moritzmyrz/captigo) — the provider-agnostic CAPTCHA library.
> Vue 3 composables and components for [Captigo](https://github.com/moritzmyrz/captigo).
Swap providers without changing your component tree. Works with `@captigo/turnstile`, `@captigo/hcaptcha`, and `@captigo/recaptcha`.
Swap providers without changing your component tree — use `@captigo/turnstile`, `@captigo/hcaptcha`, or `@captigo/recaptcha`.

@@ -12,5 +12,7 @@ ---

```bash
pnpm add @captigo/core @captigo/vue @captigo/turnstile
npm install @captigo/vue @captigo/turnstile
```
`@captigo/core` is installed transitively via the adapter. **Peer dependency:** `vue` **≥ 3.3**.
---

@@ -218,1 +220,11 @@

`@captigo/vue` is compatible with Vue's production build. No special handling is needed for development strict mode since Vue 3 does not remount components the way React Strict Mode does.
---
## Documentation
- [Getting started](https://github.com/moritzmyrz/captigo/blob/main/docs/getting-started.md)
- [Framework integrations](https://github.com/moritzmyrz/captigo/blob/main/docs/frameworks.md)
- [Server-side verification](https://github.com/moritzmyrz/captigo/blob/main/docs/server-verification.md)
[@captigo/turnstile](https://github.com/moritzmyrz/captigo/blob/main/packages/turnstile/README.md) · [Repository](https://github.com/moritzmyrz/captigo) · [Issues](https://github.com/moritzmyrz/captigo/issues)