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.5.0 to 1.6.0

4

dist/index.d.ts

@@ -225,3 +225,3 @@ export interface Dialog {

fields?: (PlainTextElement | MrkdwnElement)[];
accessory?: Button | Overflow | Datepicker | Select | MultiSelect | Action | ImageElement;
accessory?: Button | Overflow | Datepicker | Select | MultiSelect | Action | ImageElement | RadioButtons | Checkboxes;
}

@@ -238,3 +238,3 @@ export interface FileBlock extends Block {

optional?: boolean;
element: Select | MultiSelect | Datepicker | PlainTextInput;
element: Select | MultiSelect | Datepicker | PlainTextInput | RadioButtons | Checkboxes;
}

@@ -241,0 +241,0 @@ export interface MessageAttachment {

{
"name": "@slack/types",
"version": "1.5.0",
"version": "1.6.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