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

slackbotapi

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slackbotapi - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -64,3 +64,3 @@ //////////////////////////////////////////////////////////////////

data = JSON.parse(data);
if(typeof data.type != 'undefined') EventEmitter.emit(slackAPI['events'][data.type], data);
if(typeof data.type != 'undefined' && typeof slackAPI['events'][data.type] !== 'undefined') EventEmitter.emit(slackAPI['events'][data.type], data);
});

@@ -143,2 +143,4 @@ }

pong: 'pong',
pin_added: 'pin_added',
pin_removed: 'pin_removed',
presence_change: 'presence_change',

@@ -150,2 +152,3 @@ manual_presence_change: 'manual_presence_change',

team_join: 'team_join',
team_migration_started: 'team_migration_started',
star_added: 'star_added',

@@ -155,2 +158,3 @@ star_removed: 'star_removed',

commands_changed: 'commands_changed',
team_plan_change: 'team_plan_change',
team_pref_change: 'team_pref_change',

@@ -157,0 +161,0 @@ team_rename: 'team_rename',

2

package.json
{
"name": "slackbotapi",
"version": "1.0.4",
"version": "1.0.5",
"description": "a node.js API using Slack their RTM API",

@@ -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