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.6.0 to 1.6.1

4

CHANGELOG.md
# Change Log
## v1.6.1 – 2020-10-13
* Parameter `text` in the `ConfirmationDialog` object now supports markdown.
## v1.6.0 – 2020-07-30

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

2

package.json
{
"name": "slack-block-builder",
"version": "1.6.0",
"version": "1.6.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": {

@@ -55,2 +55,3 @@ const { Bit } = require('./base');

* * Max 300 characters
* * Supports markdown
*

@@ -131,3 +132,3 @@ * {@link https://api.slack.com/reference/block-kit/composition-objects#confirm|View in Slack API Documentation}

const augmentedProps = {
text: BuilderHelper.getPlainTextObject(this.props.text),
text: BuilderHelper.getMarkdownObject(this.props.text),
title: BuilderHelper.getPlainTextObject(this.props.title),

@@ -134,0 +135,0 @@ confirm: BuilderHelper.getPlainTextObject(this.props.confirm),

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