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

@slack/socket-mode

Package Overview
Dependencies
Maintainers
10
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/socket-mode - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

5

dist/SocketModeClient.js

@@ -162,2 +162,5 @@ "use strict";

.transitionTo(State.Disconnected)
.on(Event.WebSocketOpen)
// If submachine not `authenticated` ignore event
.ignore()
.state(State.Connected)

@@ -320,3 +323,3 @@ .onEnter(() => {

this.websocket.send(flatMessage, (error) => {
if (error !== undefined) {
if (error !== undefined && error !== null) {
this.logger.error(`Failed to send a WebSocket message (error: ${error.message})`);

@@ -323,0 +326,0 @@ return reject((0, errors_1.websocketErrorWithOriginal)(error));

2

package.json
{
"name": "@slack/socket-mode",
"version": "1.3.1",
"version": "1.3.2",
"description": "Official library for using the Slack Platform's Socket Mode API",

@@ -5,0 +5,0 @@ "author": "Slack Technologies, LLC",

@@ -225,3 +225,3 @@ # Slack Socket Mode

This package supports Node v12 LTS and higher. It's highly recommended to use [the latest LTS version of
This package supports Node v14 and higher. It's highly recommended to use [the latest LTS version of
node](https://github.com/nodejs/Release#release-schedule), and the documentation is written using syntax and features from that version.

@@ -228,0 +228,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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