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

prg-chatbot

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prg-chatbot - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

express.js

@@ -35,6 +35,6 @@ /*

function createRouter (processor, botToken) {
function createRouter (processor, botToken, log = console) {
const app = new Router();
app.post('/', ...postMiddlewares(bodyParser, processor));
app.post('/', ...postMiddlewares(bodyParser, processor, log));

@@ -41,0 +41,0 @@ app.get('/', getVerifierMiddleware(botToken));

{
"name": "prg-chatbot",
"version": "0.6.2",
"version": "0.6.3",
"description": "Facebook Messenger Chatbot Framework",

@@ -5,0 +5,0 @@ "main": "index.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