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

@slack/types

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slack/types - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

12

dist/index.d.ts

@@ -65,2 +65,3 @@ export interface Dialog {

deny?: PlainTextElement;
style?: 'primary' | 'danger';
}

@@ -115,2 +116,3 @@ export declare type Select = UsersSelect | StaticSelect | ConversationsSelect | ChannelsSelect | ExternalSelect;

response_url_enabled?: boolean;
default_to_current_conversation?: boolean;
filter?: {

@@ -128,2 +130,3 @@ include?: ('im' | 'mpim' | 'private' | 'public')[];

confirm?: Confirm;
default_to_current_conversation?: boolean;
filter?: {

@@ -303,2 +306,11 @@ include?: ('im' | 'mpim' | 'private' | 'public')[];

}
export declare type CallUser = CallUserSlack | CallUserExternal;
export interface CallUserSlack {
slack_id: string;
}
export interface CallUserExternal {
external_id: string;
display_name: string;
avatar_url: string;
}
//# sourceMappingURL=index.d.ts.map

2

package.json
{
"name": "@slack/types",
"version": "1.6.0",
"version": "1.7.0",
"description": "Shared type definitions for the Node Slack SDK",

@@ -5,0 +5,0 @@ "author": "Slack Technologies, Inc.",

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