@thind9xdev/react-turnstile 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# React Cloudflare Turnstile
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
|
|
4
|
+
[](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
|
|
5
|
+
[](https://github.com/thind9xdev/react-turnstile/blob/main/LICENSE)
|
|
6
|
+
|
|
3
7
|
A modern and clean React library for integrating Cloudflare Turnstile.
|
|
4
8
|
|
|
5
9
|
## 📦 Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thind9xdev/react-turnstile",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "A React
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "A modern React library for Cloudflare Turnstile, offering both a flexible Hook (useTurnstile) and an easy-to-use Component.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -14,10 +14,14 @@
|
|
|
14
14
|
"react",
|
|
15
15
|
"cloudflare",
|
|
16
16
|
"turnstile",
|
|
17
|
-
"cloudflare-turnstile",
|
|
18
|
-
"react-turnstile",
|
|
19
17
|
"captcha",
|
|
18
|
+
"react-turnstile",
|
|
19
|
+
"cloudflare-turnstile",
|
|
20
20
|
"hook",
|
|
21
|
+
"react-component",
|
|
22
|
+
"security",
|
|
23
|
+
"challenge",
|
|
24
|
+
"invisible-captcha",
|
|
21
25
|
"typescript"
|
|
22
26
|
],
|
|
23
27
|
"author": "thind9xdev",
|