@thind9xdev/react-turnstile 1.0.2 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # React Cloudflare Turnstile
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/@thind9xdev/react-turnstile.svg)](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
4
+ [![NPM Monthly Downloads](https://img.shields.io/npm/dm/@thind9xdev/react-turnstile.svg)](https://www.npmjs.com/package/@thind9xdev/react-turnstile)
5
+ [![License](https://img.shields.io/npm/l/@thind9xdev/react-turnstile.svg)](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.2",
4
- "description": "A React hook for Cloudflare Turnstile integration",
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",