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.10.7 to 0.10.8

2

package.json
{
"name": "prg-chatbot",
"version": "0.10.7",
"version": "0.10.8",
"description": "Facebook Messenger Chatbot Framework",

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

@@ -132,6 +132,6 @@ /*

_createNext (route, req, res, postBack) {
_createNext (route, req, res, postBack, path) {
const next = (action = null, data = {}) => {
let finnished = false;
res.setPath(path);
if (route.nexts) {

@@ -194,3 +194,3 @@ finnished = route.nexts.some((nextAction) => {

res.setPath(path);
const nextContext = this._createNext(route, req, res, relativePostBack);
const nextContext = this._createNext(route, req, res, relativePostBack, path);
route.reduce(req, res, relativePostBack, nextContext, pathContext);

@@ -197,0 +197,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