vue-recaptcha-v3
Advanced tools
Comparing version 1.7.0 to 1.7.2
@@ -0,1 +1,2 @@ | ||
import { ReCaptchaInstance } from 'recaptcha-v3'; | ||
import _Vue from 'vue'; | ||
@@ -8,3 +9,4 @@ import { IReCaptchaOptions } from './IReCaptchaOptions'; | ||
$recaptchaLoaded(): Promise<boolean>; | ||
$recaptchaInstance: ReCaptchaInstance; | ||
} | ||
} |
@@ -60,2 +60,3 @@ "use strict"; | ||
}); }; | ||
Vue.prototype.$recaptchaInstance = wrapper; | ||
loadedWaiters.forEach(function (v) { return v(true); }); | ||
@@ -62,0 +63,0 @@ }).catch(console.error); |
{ | ||
"name": "vue-recaptcha-v3", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "captcha", | ||
"dependencies": { | ||
"recaptcha-v3": "^1.7.0" | ||
"recaptcha-v3": "^1.7.2" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"eslint": "6", | ||
"eslint-config-standard-with-typescript": "^9.0.0", | ||
"eslint-config-standard-with-typescript": "^11.0.1", | ||
"eslint-plugin-import": "2", | ||
@@ -46,8 +46,8 @@ "eslint-plugin-node": "10", | ||
"html-webpack-plugin": "^3.2.0", | ||
"ts-loader": "^6.2.0", | ||
"typescript": "^3.6.3", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.2", | ||
"vue": "^2.6.10", | ||
"webpack": "^4.41.0", | ||
"webpack-cli": "^3.3.9", | ||
"webpack-dev-server": "^3.8.1" | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.9.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
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
19195
94
+ Addedpostcss@8.4.49(transitive)
- Removedpostcss@8.4.47(transitive)
Updatedrecaptcha-v3@^1.7.2