Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

solid-turnstile

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solid-turnstile - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-2
package.json
{
"name": "solid-turnstile",
"version": "0.0.1",
"description": "",
"version": "0.0.2",
"description": "🔐 A very simple Solid library for Cloudflare Turnstile. Inspired by react-turnstile",
"keywords": [

@@ -6,0 +6,0 @@ "solidjs",

@@ -7,3 +7,3 @@ <p>

🔐 A very simple React library for [Cloudflare Turnstile](https://challenges.cloudflare.com). Inspired by [react-turnstile](https://www.npmjs.com/package/react-turnstile)
🔐 A very simple Solid library for [Cloudflare Turnstile](https://challenges.cloudflare.com). Inspired by [react-turnstile](https://www.npmjs.com/package/react-turnstile)

@@ -54,6 +54,5 @@ [![release](https://github.com/Xhofe/solid-turnstile/actions/workflows/release.yml/badge.svg)](https://github.com/Xhofe/solid-turnstile/actions/workflows/release.yml)

| responseFieldName | string | changes the name of `<input />` element \* |
| id | string | id of the div |
| className | string | passed to the div |
| style | object | passed to the div |
Add others props to `<div />` element.
And the following callbacks:

@@ -60,0 +59,0 @@