vue-recaptcha-v3
Advanced tools
Comparing version 1.8.0 to 1.9.0
{ | ||
"name": "vue-recaptcha-v3", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "captcha", | ||
"dependencies": { | ||
"recaptcha-v3": "^1.7.2" | ||
"recaptcha-v3": "^1.8.0" | ||
}, | ||
@@ -39,18 +39,18 @@ "devDependencies": { | ||
"eslint": "6", | ||
"eslint-config-standard-with-typescript": "^11.0.1", | ||
"eslint-config-standard-with-typescript": "^12.0.1", | ||
"eslint-plugin-import": "2", | ||
"eslint-plugin-node": "10", | ||
"eslint-plugin-node": "11", | ||
"eslint-plugin-promise": "4", | ||
"eslint-plugin-standard": "4", | ||
"html-webpack-plugin": "^3.2.0", | ||
"ts-loader": "^6.2.1", | ||
"typescript": "^3.7.2", | ||
"vue": "^2.6.10", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10", | ||
"webpack-dev-server": "^3.9.0" | ||
"html-webpack-plugin": "^4.0.4", | ||
"ts-loader": "^6.2.2", | ||
"typescript": "^3.8.3", | ||
"vue": "^2.6.11", | ||
"webpack": "^4.42.1", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-dev-server": "^3.10.3" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.6.10" | ||
"vue": "^2.6.11" | ||
} | ||
} |
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
19481
Updatedrecaptcha-v3@^1.8.0