Socket
Socket
Sign inDemoInstall

kaptcha

Package Overview
Dependencies
14
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "kaptcha",
"version": "1.0.1",
"version": "1.0.2",
"description": "simple 6 digit captcha image middleware for express, modified from captcha middleware.",

@@ -5,0 +5,0 @@ "main": "kaptcha.js",

@@ -17,3 +17,12 @@ # kaptcha

app.use(kaptcha({ url: '/kaptcha.jpg', color: 'rgb(0, 0, 0)', background: 'rgb(255, 255, 255)' width: 100, height: 30, save: function(code) { console.log(code); } }));
app.use(kaptcha({
url: '/kaptcha.jpg',
color: 'rgb(0, 0, 0)',
background: 'rgb(255, 255, 255)',
width: 100,
height: 30,
save: function(code) {
console.log(code);
}
}));
```

@@ -20,0 +29,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc