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

use-captcha-react

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-captcha-react - npm Package Compare versions

Comparing version 1.0.0-beta to 1.0.0-beta.1

_build/CaptchaProvider-D-1MgFhg.d.mts

34

package.json
{
"name": "use-captcha-react",
"version": "1.0.0-beta",
"version": "1.0.0-beta.1",
"author": {

@@ -9,2 +9,6 @@ "email": "gabrieljesus9221@gmail.com",

},
"repository": {
"type": "git",
"url": "https://github.com/GabrielJesusS/use-captcha-react/tree/main"
},
"license": "MIT",

@@ -25,20 +29,20 @@ "description": "React hook for captcha providers",

"private": false,
"main": "./_build/main/index.js",
"types": "./_build/main/index.d.ts",
"module": "./_build/main/index.mjs",
"main": "./_build/index.js",
"types": "./_build/index.d.ts",
"module": "./_build/index.mjs",
"exports": {
".": {
"types": "./_build/main/index.d.ts",
"require": "./_build/main/index.js",
"import": "./_build/main/index.mjs"
"types": "./_build/index.d.ts",
"require": "./_build/index.js",
"import": "./_build/index.mjs"
},
"./providers/googleReCaptchaV2": {
"types": "./_build/providers/GoogleReCaptchaV2Provider.d.ts",
"require": "./_build/providers/GoogleReCaptchaV2Provider.js",
"import": "./_build/providers/GoogleReCaptchaV2Provider.mjs"
"./googleReCaptchaV2": {
"types": "./_build/googleV2.d.ts",
"require": "./_build/googleV2.js",
"import": "./_build/googleV2.mjs"
},
"./providers/cloudflareTurnstile": {
"types": "./_build/providers/CloudflareTurnstileProvider.d.ts",
"require": "./_build/providers/CloudflareTurnstileProvider.js",
"import": "./_build/providers/CloudflareTurnstileProvider.mjs"
"./cloudflareTurnstile": {
"types": "./_build/turnstile.d.ts",
"require": "./_build/turnstile.js",
"import": "./_build/turnstile.mjs"
}

@@ -45,0 +49,0 @@ },

@@ -86,3 +86,3 @@ # use-captcha-react

Learn more into the [create a provider](/docs/create-a-provider.md) dedicated page!
Learn more into the [create a provider](https://github.com/GabrielJesusS/use-captcha-react/blob/main/docs/create-a-provider.md) dedicated page!

@@ -89,0 +89,0 @@ ## Note

{
"entry": ["./source/**/*.{ts,tsx}"],
"entry": {
"index": "source/main/index.tsx",
"googleV2": "source/providers/GoogleReCaptchaV2Provider.tsx",
"turnstile": "source/providers/CloudflareTurnstileProvider.tsx"
},
"splitting": false,

@@ -10,3 +14,3 @@ "sourcemap": true,

"dts": true,
"minify": true,
"minify": false,
"treeshake": true,

@@ -13,0 +17,0 @@ "skipNodeModulesBundle": true,

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