Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solid-hcaptcha

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-hcaptcha - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

23

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

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