New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atomist/slack-messages

Package Overview
Dependencies
Maintainers
4
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.2-master.20210224151634 to 1.2.2-master.20210315175954

4

CHANGELOG.md

@@ -14,2 +14,6 @@ # Changelog

### Fixed
- Fix converting structures that look almost like links. [#48](https://github.com/atomist/slack-messages/issues/48)
## [1.2.0](https://github.com/atomist/slack-messages/compare/1.1.2...1.2.0) - 2020-10-07

@@ -16,0 +20,0 @@

2

lib/Markdown.js

@@ -90,3 +90,3 @@ "use strict";

function convertLinks(text) {
return text.replace(/\[(.+?)\]\((.+?)\)/g, "<$2|$1>");
return text.replace(/\[([^\]]+?)\]\((.+?)\)/g, "<$2|$1>");
}

@@ -93,0 +93,0 @@ exports.convertLinks = convertLinks;

{
"name": "@atomist/slack-messages",
"version": "1.2.2-master.20210224151634",
"version": "1.2.2-master.20210315175954",
"description": "Atomist utilities for creating formatted Slack messages",

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

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