Socket
Socket
Sign inDemoInstall

@slack/client

Package Overview
Dependencies
Maintainers
3
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 3.11.0 to 3.12.0

docs/_posts/2017-08-11-v3.11.0.md

6

lib/data-store/data-store.js

@@ -412,2 +412,8 @@ /* eslint no-unused-vars: 0 */

}, this));
forEach(data.mpims || [], bind(function cacheRtmMpim(mpim) {
// MPIMs are basically groups (they have the same prefix)
// NOTE: there is a Model class for MPDM, and it is used in the model helpers `getModelClass`
// so this could be introducing some inconsistencies in behavior.
this.setGroup(new models.Group(mpim));
}, this));
forEach(data.bots || [], bind(function cacheRtmBot(bot) {

@@ -414,0 +420,0 @@ // Bots don't have a separate type currently, so treat them as simple objects

2

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

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

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