Socket
Socket
Sign inDemoInstall

tinybot

Package Overview
Dependencies
108
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "tinybot",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tiny wrapper around the Slack RTM API that provides methods to listen for and send slack messages.",

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

@@ -160,14 +160,1 @@ var expect = require('expect');

})
function expectConversation(conversation, cb) {
async.series(conversation.map(function(message) {
return function(cb) {
if( !!message.response ) {
return slub.socket.shouldReceive(message.response, cb);
}
slub.socket.send(message);
cb();
}
}), cb);
}
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