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

@slack/types

Package Overview
Dependencies
Maintainers
15
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.8.0 to 1.9.0

4

dist/index.d.ts

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

title?: PlainTextElement;
type: 'home' | 'modal';
type: 'home' | 'modal' | 'workflow_step';
blocks: (KnownBlock | Block)[];

@@ -39,2 +39,4 @@ callback_id?: string;

notify_on_close?: boolean;
submit_disabled?: boolean;
external_id?: string;
}

@@ -41,0 +43,0 @@ export interface ImageElement {

{
"name": "@slack/types",
"version": "1.8.0",
"version": "1.9.0",
"description": "Shared type definitions for the Node Slack SDK",

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

"lint": "tslint --project .",
"test": "npm run build && echo \"Tests are not implemented.\" && exit 0"
"test": "npm run build && echo \"Tests are not implemented.\" && exit 0",
"ref-docs:model": "api-extractor run"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.3.4",
"shx": "^0.3.2",

@@ -40,0 +42,0 @@ "tslint": "^5.13.1",

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