vue-turnstile
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,5 +0,5 @@ | ||
import { defineComponent as l, openBlock as a, createElementBlock as d } from "vue"; | ||
import { defineComponent as d, openBlock as l, createElementBlock as a } from "vue"; | ||
const c = "https://challenges.cloudflare.com/turnstile/v0/api.js", u = "cfTurnstileOnLoad"; | ||
let n = window.turnstile !== void 0 ? "ready" : "unloaded", s; | ||
const m = l({ | ||
let n = typeof window < "u" && window.turnstile !== void 0 ? "ready" : "unloaded", s; | ||
const p = d({ | ||
name: "VueTurnstile", | ||
@@ -91,3 +91,3 @@ emits: ["update:modelValue"], | ||
} | ||
}), p = (r, i) => { | ||
}), m = (r, i) => { | ||
const t = r.__vccOpts || r; | ||
@@ -99,7 +99,7 @@ for (const [e, o] of i) | ||
function h(r, i, t, e, o, y) { | ||
return a(), d("div", f, null, 512); | ||
return l(), a("div", f, null, 512); | ||
} | ||
const _ = /* @__PURE__ */ p(m, [["render", h]]); | ||
const _ = /* @__PURE__ */ m(p, [["render", h]]); | ||
export { | ||
_ as default | ||
}; |
{ | ||
"name": "vue-turnstile", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Vue library for Cloudflare Turnstile CAPTCHA alternative", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12464