Socket
Socket
Sign inDemoInstall

vue3-recaptcha2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-recaptcha2 - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/vue3-recaptcha2.esm.js

30

package.json
{
"name": "vue3-recaptcha2",
"version": "1.4.0",
"version": "1.5.0",
"description": "Vue v3 component for Google reCAPTCHA v2",
"main": "index.js",
"type": "module",
"author": "Dmitry Sergienko (https://www.codefirst.co.uk/)",
"main": "./dist/vue3-recaptcha2.umd.js",
"browser": "./dist/vue3-recaptcha2.umd.js",
"unpkg": "./dist/vue3-recaptcha2.umd.js",
"jsdelivr": "./dist/vue3-recaptcha2.umd.js",
"module": "./dist/vue3-recaptcha2.esm.js",
"exports": {
".": {
"import": "./dist/vue3-recaptcha2.esm.js",
"require": "./dist/vue3-recaptcha2.umd.js"
}
},
"sideEffects": false,
"author": "Dmitry Sergienko (https://www.codefirst.co.uk)",
"homepage": "https://github.com/bbonch/vue3-recaptcha2",
"license": "ISC",
"scripts": {
"prepublish": "npm run build",
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@vue/compiler-sfc": "^3.2.31",
"rollup": "^2.52.8",
"rollup-plugin-vue": "^6.0.0"
},
"keywords": [

@@ -11,0 +33,0 @@ "vue",

2

README.md

@@ -21,3 +21,3 @@ <p align="center">

<template>
<vue-recaptcha v-show="showRecaptcha" siteKey="..."
<vue-recaptcha v-show="showRecaptcha" sitekey="..."
size="normal"

@@ -24,0 +24,0 @@ theme="light"

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