You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

nlxcaptcha

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlxcaptcha - pypi Package Compare versions

Comparing version
1.4
to
1.5
+1
-1
nlxcaptcha.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: nlxcaptcha
Version: 1.4
Version: 1.5
Summary: Tell "iPad Kids" and "Non-iPad Kids" apart using OpenAI API in this easy-to-integrate captcha.

@@ -5,0 +5,0 @@ Home-page: https://github.com/nlckysolutions/NLX-Captcha

@@ -86,2 +86,2 @@ import tkinter as tk

captcha.start_verification()
return captcha.result, captcha.certainty
return captcha.result # Return only the result
Metadata-Version: 2.1
Name: nlxcaptcha
Version: 1.4
Version: 1.5
Summary: Tell "iPad Kids" and "Non-iPad Kids" apart using OpenAI API in this easy-to-integrate captcha.

@@ -5,0 +5,0 @@ Home-page: https://github.com/nlckysolutions/NLX-Captcha

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name='nlxcaptcha',
version='1.4',
version='1.5',
packages=find_packages(),

@@ -8,0 +8,0 @@ install_requires=[