Socket
Socket
Sign inDemoInstall

vue-recaptcha-v3

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-recaptcha-v3 - npm Package Compare versions

Comparing version 1.7.0 to 1.7.2

2

dist/ReCaptchaVuePlugin.d.ts

@@ -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);

16

package.json
{
"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": {

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