You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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.2.2

2

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

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

@@ -30,8 +30,4 @@ # Generate captcha

js
Copy
Edit
const { captchaText, captchaImage } = generateCaptcha(5, 150, 50);
```