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.4.0 to 0.4.1

4

express.js

@@ -13,3 +13,3 @@ /*

const State = require('./src/State');
const ChatLog = require('./src/State');
const ChatLog = require('./src/ChatLog');

@@ -28,3 +28,3 @@ function createProcessor (reducer, processorOptions, stateStorage = null) {

if (!processorOptions.tokenStorage) {
if (!processorOptions.chatLog) {
const chatLog = mongoose.model('ChatLog', ChatLog);

@@ -31,0 +31,0 @@ Object.assign(processorOptions, { chatLog });

{
"name": "prg-chatbot",
"version": "0.4.0",
"version": "0.4.1",
"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