Socket
Socket
Sign inDemoInstall

tinybot

Package Overview
Dependencies
53
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

2

index.js

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

var self = this;
if( message.user == self.myId && !matcher.self ) { return false; }
if( message.reply_to !== undefined && !matcher.self ) { return false; }
delete matcher.self;

@@ -240,0 +240,0 @@

{
"name": "tinybot",
"version": "1.0.10",
"version": "1.0.11",
"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",

@@ -123,3 +123,3 @@ var expect = require('expect');

slackTest.socket.send({ text: 'foo', user: 'DISBOT'});
bot.say('foo');
})

@@ -126,0 +126,0 @@

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