Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rcaptcha

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcaptcha - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "rcaptcha",
"version": "v1.0.0",
"version": "v1.0.1",
"description": "rCaptcha Human Verification | by Swôth#9990 & Loiren#0555 & Roalia#0001",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -38,3 +38,11 @@ import { IrCaptcha } from "./interfaces";

let buffer = canvas.toBuffer();
return response
return {
text: captcha,
difficulty: this.difficulty,
length: this.length,
response: {
dataURL: response,
buffer: buffer
}
}
} else {

@@ -54,3 +62,3 @@ const canvas = Canvas.createCanvas(900, 300);

let buffer = canvas.toBuffer();
return response /*{
return {
text: captcha,

@@ -63,3 +71,3 @@ difficulty: this.difficulty,

}
}*/
}
}

@@ -66,0 +74,0 @@ };

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