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

messaging-api-slack

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messaging-api-slack - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

2

package.json
{
"name": "messaging-api-slack",
"description": "Messaging API client for Slack",
"version": "0.5.6",
"version": "0.5.7",
"engines": {

@@ -6,0 +6,0 @@ "node": ">=6"

@@ -232,3 +232,3 @@ # messaging-api-slack

```js
client.getConversationMembers(channelId, { cursor: 'xxx' })
client.getConversationMembers(channelId, { cursor: 'xxx' });
client.getConversationMembers(channelId).then(res => {

@@ -273,3 +273,3 @@ console.log(res);

```js
client.getConversationList({ cursor: 'xxx' })
client.getConversationList({ cursor: 'xxx' });
client.getConversationList().then(res => {

@@ -276,0 +276,0 @@ console.log(res);

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