🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

if-captcha

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

if-captcha - npm Package Compare versions

Comparing version
2.0.14
to
2.0.15
+1
-1
package.json
{
"name": "if-captcha",
"version": "2.0.14",
"version": "2.0.15",
"description": "安全验证滑块服务插件(Vue2/Vue3)",

@@ -5,0 +5,0 @@ "main": "./src/components/index.js",

@@ -54,3 +54,3 @@ import IfCaptcha from "./captcha/index.vue";

/* istanbul ignore if */
if (typeof window !== "undefined" && window.Vue) {
if (typeof window !== "undefined" && window.Vue && window.Vue.version[0] === '2') {
install(window.Vue);

@@ -57,0 +57,0 @@ }