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

slack-block-builder

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slack-block-builder - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

4

CHANGELOG.md
# Change Log
## v1.7.1 – 2020-10-13
* Update TypeScript definitions
## v1.7.0 – 2020-10-17

@@ -4,0 +8,0 @@

2

package.json
{
"name": "slack-block-builder",
"version": "1.7.0",
"version": "1.7.1",
"description": "Maintainable code for interactive Slack messages, modals and home tabs. A must-have for the Slack Block Kit framework.",

@@ -5,0 +5,0 @@ "author": {

@@ -342,4 +342,17 @@ declare module 'slack-block-builder' {

maxLength(maxLength: number): this;
dispatchActionOnEnterPressed(): this;
dispatchActionOnCharacterEntered(): this;
}
interface TimePickerParams {
actionId?: string;
placeholder?: string;
initialTime?: string;
}
interface TimePicker extends ConfirmableElement {
placeholder(placeholder: string): this;
initialTime(time: string): this;
}
interface UserMultiSelectParams {

@@ -483,2 +496,3 @@ actionId?: string;

TextInput(params?: Element.TextInputParams): Element.TextInput;
TimePicker(params?: Element.TimePickerParams): Element.TimePicker;
UserMultiSelect(

@@ -485,0 +499,0 @@ params?: Element.UserMultiSelectParams

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