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

vue-turnstile

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-turnstile - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

8

dist/VueTurnstile.vue.d.ts

@@ -28,3 +28,3 @@ import type { PropType } from 'vue';

size: {
type: PropType<"normal" | "compact">;
type: PropType<"normal" | "flexible" | "compact">;
required: false;

@@ -63,3 +63,3 @@ default: string;

language: string;
size: "normal" | "compact";
size: "normal" | "flexible" | "compact";
callback: (token: string) => void;

@@ -100,3 +100,3 @@ action: string;

size: {
type: PropType<"normal" | "compact">;
type: PropType<"normal" | "flexible" | "compact">;
required: false;

@@ -139,3 +139,3 @@ default: string;

resetInterval: number;
size: "normal" | "compact";
size: "normal" | "flexible" | "compact";
theme: "light" | "dark" | "auto";

@@ -142,0 +142,0 @@ language: string;

{
"name": "vue-turnstile",
"version": "1.0.10",
"version": "1.0.11",
"description": "Vue library for Cloudflare Turnstile CAPTCHA alternative",

@@ -5,0 +5,0 @@ "type": "module",

@@ -53,3 +53,3 @@ # vue-turnstile

| reset-interval | `Number` | Get a fresh token after `reset-interval` milliseconds - Turnstile tokens only last for 5 minutes | No | `295000` |
| size | `'normal' \| 'compact'` | Widget size | No | `'normal'` |
| size | `'normal' \| 'flexible' \| 'compact'` | Widget size | No | `'normal'` |
| theme | `'light' \| 'dark' \| 'auto'` | Widget theme - auto respects the user's browser preference | No | `'auto'` |

@@ -56,0 +56,0 @@ | action | `String` | A customer value that can be used to differentiate widgets under the same sitekey in analytics and which is returned upon validation. | No | `''` |

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