use-captcha-react
Advanced tools
Comparing version 1.0.0-beta to 1.0.0-beta.1
{ | ||
"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, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
43544
968
2
0
18