@htmlbricks/hb-captcha-google-recaptcha-v2-invisible 0.65.20 → 0.65.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/manifest.json +5 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -64,7 +64,7 @@
64
64
  }
65
65
  }
66
66
  },
67
- "description": "",
67
+ "description": "Loads the Google reCAPTCHA v2 invisible SDK, renders the widget with your `api_key`, and exposes `grecaptcha.execute()` / reset when the `get` attribute changes after render. Dispatches `googleRecaptchaRendered` once mounted and `googleRecaptchaV2Response` with the token from the verification callback.",
68
68
  "storybookArgs": {
69
69
  "api_key": {
70
70
  "control": {
@@ -151,12 +151,13 @@
151
151
  ],
152
152
  "readmePath": "README.md",
153
153
  "name": "hb-captcha-google-recaptcha-v2-invisible",
154
- "category": "utils",
154
+ "category": "utilities",
155
155
  "tags": [
156
- "utils"
156
+ "utilities",
157
+ "security"
157
158
  ],
158
159
  "size": {},
159
160
  "iifePath": "main.iife.js",
160
161
  "repoName": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
161
- "version": "0.65.20"
162
+ "version": "0.65.23"
162
163
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Loads the Google reCAPTCHA v2 invisible SDK, renders the widget with your `api_key`, and exposes `grecaptcha.execute()` / reset when the `get` attribute changes after render. Dispatches `googleRecaptchaRendered` once mounted and `googleRecaptchaV2Response` with the token from the verification callback.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",