Socket
Socket
Sign inDemoInstall

@slack/web-api

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/web-api - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

2

dist/types/request/chat.d.ts

@@ -76,3 +76,3 @@ import { OptionalArgument } from '../helpers';

/** @description Used in conjunction with `thread_ts`, when set to `true` will broadcast the reply to the channel. */
reply_broadcast: true;
reply_broadcast: boolean;
}

@@ -79,0 +79,0 @@ type ReplyInThread = WithinThreadReply | BroadcastedThreadReply;

@@ -113,3 +113,3 @@ /// <reference types="node" />

type FileUploadContents = FileUploadStringContents | FileUploadBinaryContents;
type FileUpload = FileUploadContents & FileDestinationArgumentChannels & FileType & {
type FileUpload = FileUploadContents & (FileDestinationArgumentChannels | FileDestinationArgument) & FileType & {
/** @description Name of the file. */

@@ -128,2 +128,4 @@ filename?: string;

channel_id?: string;
/** @deprecated use channel_id instead */
channels?: string;
/** @description Syntax type of the snippet being uploaded. E.g. `python`. */

@@ -130,0 +132,0 @@ snippet_type?: string;

{
"name": "@slack/web-api",
"version": "7.3.1",
"version": "7.3.2",
"description": "Official library for using the Slack Platform's Web API",

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

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