🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

captcha-generator-react

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-generator-react - npm Package Compare versions

Comparing version

to
1.6.5

2

package.json
{
"name": "captcha-generator-react",
"version": "1.6.4",
"version": "1.6.5",
"main": "index.mjs",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -35,3 +35,3 @@ # Generate captcha

const [captchaText, setCaptchaText] = useState("");
const [captchaImage, setCaptchaImage] = (useState < null) | (string > null);
const [captchaImage, setCaptchaImage] = useState(null);

@@ -38,0 +38,0 @@ useEffect(() => {