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

@atomist/slack-messages

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/slack-messages - npm Package Compare versions

Comparing version 1.2.0-master.20200806083522 to 1.2.0-master.20200806083959

8

lib/SlackMessages.js

@@ -129,3 +129,9 @@ "use strict";

}
return JSON.stringify(message, undefined, pretty ? 4 : 0);
if (message.blocks && message.blocks.length > 0) {
if (!message.text) {
message.text = "fallback";
}
message.blocks = JSON.stringify(message.blocks);
}
return JSON.stringify(message, undefined, pretty ? 2 : 0);
}

@@ -132,0 +138,0 @@ exports.render = render;

2

package.json
{
"name": "@atomist/slack-messages",
"version": "1.2.0-master.20200806083522",
"version": "1.2.0-master.20200806083959",
"description": "Atomist utilities for creating formatted Slack messages",

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

Sorry, the diff of this file is not supported yet

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