Socket
Socket
Sign inDemoInstall

@slack/client

Package Overview
Dependencies
Maintainers
4
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/client - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### v2.2.1 (2016-03-12)
* Adds an `im` alias for the `dm` facet to the web client, to match the API endpoint naming
### v2.2.0 (2016-03-12)

@@ -2,0 +6,0 @@

@@ -42,2 +42,5 @@ /**

}, this);
// Alias the DM facet, so that it matches the docs
this.im = this.dm;
};

@@ -44,0 +47,0 @@

2

package.json
{
"name": "@slack/client",
"version": "2.2.0",
"version": "2.2.1",
"description": "A library for creating a Slack client",

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

@@ -33,3 +33,3 @@ # Node Library for the Slack APIs

* [Creating an RTM client](#creating-an-rtm-client)
* [Listen to messages](#listen-to-messsages)
* [Listen to messages](#listen-to-messages)
* [Send messages](#send-messages)

@@ -106,7 +106,7 @@ * [RTM Client Lifecycle](#rtm-client-lifecycle)

### RTM Client Lifecyle
### RTM Client Lifecycle
The RTM client has its own lifecycle events. These reflect the different states the RTM client can be in as it connects to Slack's RTM API.
The full details of the client lifecyle are in the [RTM client events file](/lib/clients/events/client.js)
The full details of the client lifecycle are in the [RTM client events file](/lib/clients/events/client.js)

@@ -113,0 +113,0 @@ The most important events are:

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