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

captcha-ge

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

captcha-ge - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

package.json
{
"name": "captcha-ge",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.js",
"type": "module",
"bin": {
"generate-captcha": "./src/cli.js"
},
"bin": "./src/cli.js",
"scripts": {
"start": "node src/index.js"
"start": "node src/index.js",
"babel": "npx babel src --out-dir lib"
},

@@ -23,3 +22,3 @@ "dependencies": {

"type": "git",
"url": "git+https://github.com/rn0x/captcha_generator.git"
"url": "git+https://github.com/rn0x/captcha-ge.git"
},

@@ -26,0 +25,0 @@ "keywords": [

<div align="center">
<img align="center" src = "https://komarev.com/ghpvc/?username=rn0x-captcha_generator&label=REPOSITORY+VIEWS&style=for-the-badge" alt ="Captcha-Generator"> <br><br>
<img align="center" src = "https://komarev.com/ghpvc/?username=rn0x-captcha-ge&label=REPOSITORY+VIEWS&style=for-the-badge" alt ="Captcha-Generator"> <br><br>

@@ -10,7 +10,7 @@

Captcha-Generator is a Node.js library for generating CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) images. It provides both a JavaScript API and a Command-Line Interface (CLI) for easy integration into web applications.
captcha-ge is a Node.js library for generating CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) images. It provides both a JavaScript API and a Command-Line Interface (CLI) for easy integration into web applications.
## Installation
To use Captcha-Generator in your Node.js project, follow these steps:
To use captcha-ge in your Node.js project, follow these steps:

@@ -17,0 +17,0 @@ 1. **Install Node.js:**

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