solid-hcaptcha
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "solid-hcaptcha", | ||
"description": "hCaptcha Component Library for Solid.", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "MIT", | ||
"source": "./src/index.tsx", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"source": "./src/index.tsx", | ||
"main": "dist/esm/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"keywords": [ | ||
@@ -22,3 +23,5 @@ "hcaptcha", | ||
"import": "./dist/esm/index.js", | ||
"browser": "./dist/esm/index.js" | ||
"browser": "./dist/esm/index.js", | ||
"require": "./dist/esm/index.js", | ||
"node": "./dist/esm/index.js" | ||
} | ||
@@ -32,6 +35,14 @@ }, | ||
"author": { | ||
"url": "https://github.com/Vexcited/solid-hcaptcha", | ||
"url": "https://github.com/Vexcited", | ||
"email": "mikkel@milescode.dev", | ||
"name": "Mikkel RINGAUD" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Vexcited/solid-hcaptcha.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Vexcited/solid-hcaptcha/issues" | ||
}, | ||
"homepage": "https://github.com/Vexcited/solid-hcaptcha", | ||
"devDependencies": { | ||
@@ -38,0 +49,0 @@ "@typescript-eslint/eslint-plugin": "^5.26.0", |
@@ -103,4 +103,4 @@ # Solid hCaptcha Component Library | ||
| `sitekey` | `string` | **Yes** | `-` | This is your sitekey, this allows you to load captcha. If you need a sitekey, please visit hCaptcha, and sign up to get your sitekey. | | ||
| `size` | `"normal" | "compact" | "invisible"` | No | `"normal"` | This specifies the "size" of the component. hCaptcha allows you to decide how big the component will appear on render, this always defaults to normal. | | ||
| `theme` | `"light" | "dark"` | No | `"light"` | hCaptcha supports both a light and dark theme. If no theme is inherently set, the captcha will always default to light. | | ||
| `size` | `"normal" \| "compact" \| "invisible"` | No | `"normal"` | This specifies the "size" of the component. hCaptcha allows you to decide how big the component will appear on render, this always defaults to normal. | | ||
| `theme` | `"light" \| "dark"` | No | `"light"` | hCaptcha supports both a light and dark theme. If no theme is inherently set, the captcha will always default to light. | | ||
| `tabindex` | `number` | No | `0` | Set the tabindex of the widget and popup. When appropriate, this can make navigation of your site more intuitive. | | ||
@@ -107,0 +107,0 @@ | `id` | `string` | No | `-` | Set an ID to the hCaptcha widget. Make sure each hCaptcha component generated on a single page has its own unique ID when using this prop. | |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
47110
0
1
0