Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

slackbotapi

Package Overview
Dependencies
Maintainers
2
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.3.3 to 1.3.4

2

index.js

@@ -183,3 +183,3 @@ //////////////////////////////////////////////////////////////////

}).on('message', function(data) {
self.out('transport', "Recieved: " + data);
self.out('transport', "Received: " + data);
data = JSON.parse(data);

@@ -186,0 +186,0 @@ if (typeof data.type != 'undefined'){

{
"name": "slackbotapi",
"version": "1.3.3",
"version": "1.3.4",
"description": "a node.js API using Slack their RTM API",

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

@@ -5,3 +5,3 @@ SlackbotAPI

[![GitHub Issues](https://img.shields.io/github/issues/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/issues)
[![Current Version](https://img.shields.io/badge/version-1.3.3-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi)
[![Current Version](https://img.shields.io/badge/version-1.3.4-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi)

@@ -8,0 +8,0 @@ A Node.JS module for Slack's RTM API

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