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 0.3.0 to 0.3.1

6

build/src/SlackMessages.js

@@ -129,8 +129,2 @@ "use strict";

exports.listItem = listItem;
var ButtonSpec = (function () {
function ButtonSpec() {
}
return ButtonSpec;
}());
exports.ButtonSpec = ButtonSpec;
/** Construct Slack button that will execute provided rug instruction. */

@@ -137,0 +131,0 @@ function rugButtonFrom(action, command) {

9

CHANGELOG.md

@@ -10,4 +10,11 @@ # Change Log

[Unreleased]: https://github.com/atomist/slack-messages/compare/0.3.0...HEAD
[Unreleased]: https://github.com/atomist/slack-messages/compare/0.3.1...HEAD
## [0.3.1] - 2017-05-10
[0.3.1]: https://github.com/atomist/slack-messages/compare/0.3.0...0.3.1
### Fixed
- **BREAKING** `ButtonSpec` should be an interface
## [0.3.0] - 2017-05-10

@@ -14,0 +21,0 @@

{
"name": "@atomist/slack-messages",
"version": "0.3.0",
"version": "0.3.1",
"author": "Atomist, Inc",

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

@@ -185,6 +185,6 @@ import { Presentable } from "@atomist/rug/operations/Handlers";

export class ButtonSpec {
public text: string;
public style?: string;
public confirm?: ActionConfirmation;
export interface ButtonSpec {
text: string;
style?: string;
confirm?: ActionConfirmation;
}

@@ -191,0 +191,0 @@

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