New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

botmaster

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botmaster - npm Package Compare versions

Comparing version

to
3.1.5

@@ -743,3 +743,3 @@ 'use strict';

this.emit('error', err || 'empty error object');
this.emit('error', err || 'empty error object', update);
return err;

@@ -746,0 +746,0 @@ });

@@ -135,5 +135,5 @@ 'use strict';

this.bots.push(bot);
bot.on('error', (err) => {
bot.on('error', (err, update) => {
debug(err.message);
this.emit('error', bot, err);
this.emit('error', bot, err, update);
});

@@ -140,0 +140,0 @@

{
"name": "botmaster",
"version": "3.1.3",
"version": "3.1.5",
"description": "Framework allowing developers to write bots that are agnostic with respect to the channel used by their users (messenger, telegram etc...)",

@@ -61,7 +61,7 @@ "main": "./lib/index.js",

"dependencies": {
"debug": "^2.6.6",
"debug": "^3.1.0",
"lodash": "^4.17.4"
},
"engines": {
"node": ">=4.x.x <9.0.0"
"node": ">=4.x.x <13.0.0"
},

@@ -68,0 +68,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet