@thind9xdev/react-turnstile 1.0.2 → 1.0.4
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 +5 -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
|
|
@@ -681,4 +685,5 @@ Copyright 2025 thind9xdev
|
|
|
681
685
|
- [Cloudflare Turnstile Documentation](https://developers.cloudflare.com/turnstile/)
|
|
682
686
|
- [GitHub Repository](https://github.com/thind9xdev/react-turnstile)
|
|
683
687
|
- [NPM Package](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
|
|
688
|
+
- [Live Demo](https://react-turnstile.thind9xdev.com)
|
|
684
689
|
- [Quick Start Guide](./QUICK_START.md)
|
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.4",
|
|
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",
|