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

@slack/types

Package Overview
Dependencies
Maintainers
12
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 2.5.0 to 2.6.0

9

dist/index.d.ts

@@ -297,2 +297,11 @@ export interface Dialog {

}
export interface MessageMetadata {
event_type: string;
event_payload: {
[key: string]: string | number | boolean | MessageMetadataEventPayloadObject | MessageMetadataEventPayloadObject[];
};
}
export interface MessageMetadataEventPayloadObject {
[key: string]: string | number | boolean;
}
export interface MessageAttachment {

@@ -299,0 +308,0 @@ blocks?: (KnownBlock | Block)[];

2

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

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

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