solid-hcaptcha
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,0 +0,0 @@ import { effect, setAttribute, template } from 'solid-js/web'; |
@@ -0,0 +0,0 @@ import { createScriptLoader } from "@solid-primitives/script-loader"; |
import HCaptcha from "./hcaptcha"; | ||
export default HCaptcha; |
export {}; |
@@ -0,0 +0,0 @@ export const generateScriptUrl = (params, onLoadFunctionName, apihost) => { |
@@ -0,0 +0,0 @@ import type { Component } from "solid-js"; |
import HCaptcha from "./hcaptcha"; | ||
export type { HCaptchaConfig, HCaptchaFunctions, HCaptchaProps } from "./types"; | ||
export default HCaptcha; |
@@ -112,1 +112,5 @@ /// <reference types="@hcaptcha/types" /> | ||
} | ||
export interface HCaptchaResponse { | ||
response: string; | ||
key: string; | ||
} |
@@ -0,0 +0,0 @@ export interface HCaptchaUrlParams { |
{ | ||
"name": "solid-hcaptcha", | ||
"description": "Unofficial port of react-hcaptcha for Solid.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.tsx", |
@@ -0,0 +0,0 @@ # Solid hCaptcha Component Library |
Sorry, the diff of this file is not supported yet
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
626
41194