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.0 to 0.2.1

0

dist/esm/index.js

@@ -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;

@@ -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;

4

dist/types/types.d.ts

@@ -112,1 +112,5 @@ /// <reference types="@hcaptcha/types" />

}
export interface HCaptchaResponse {
response: string;
key: string;
}

@@ -0,0 +0,0 @@ export interface HCaptchaUrlParams {

2

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

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