New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-turnstile

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-turnstile - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

6

HISTORY.md

@@ -10,2 +10,8 @@ # Changelog

## [1.1.3] - 2024-02-19
### Changed
- React peer dependency version to v16.13.1
## [1.1.2] - 2023-09-18

@@ -12,0 +18,0 @@

6

package.json
{
"name": "react-turnstile",
"version": "1.1.2",
"version": "1.1.3",
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",

@@ -22,4 +22,4 @@ "main": "dist/index.js",

"peerDependencies": {
"react": ">= 17.0.0",
"react-dom": ">= 17.0.0"
"react": ">= 16.13.1",
"react-dom": ">= 16.13.1"
},

@@ -26,0 +26,0 @@ "author": "Leo Developer",

@@ -92,3 +92,3 @@ # react-turnstile

| id | string | id of the div |
| ref | Ref | custom react ref for the div |
| userRef | Ref | custom react ref for the div |
| className | string | passed to the div |

@@ -95,0 +95,0 @@ | style | object | passed to the div |

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