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
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.0.1-master.20180830190736 to 1.0.1-master.20181109094511

4

CHANGELOG.md

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

### Added
- Add SlackFileJson and ApplicationJson MIME types.
## [1.0.0](https://github.com/atomist/slack-messages/compare/0.12.1...1.0.0) - 2018-08-30

@@ -12,0 +16,0 @@

4

legal/THIRD_PARTY.md

@@ -1,3 +0,5 @@

# @atomist/slack-messages
# `@atomist/slack-messages`
`@atomist/slack-messages` is licensed under Apache License 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
This page details all runtime OSS dependencies of `@atomist/slack-messages`.

@@ -4,0 +6,0 @@

/**
* Type defining the MIME types that the Slack message API accepts.
*/
export declare type MessageMimeType = "application/x-atomist-slack+json" | "text/plain";
export declare type MessageMimeType = "application/x-atomist-slack+json" | "application/x-atomist-slack-file+json" | "text/plain" | "application/json";
/**

@@ -6,0 +6,0 @@ * Helper constants for the MIME types the Slack message API accepts.

@@ -24,3 +24,5 @@ "use strict";

SlackJson: "application/x-atomist-slack+json",
SlackFileJson: "application/x-atomist-slack-file+json",
PlainText: "text/plain",
ApplicationJson: "application/json",
};

@@ -27,0 +29,0 @@ /**

{
"name": "@atomist/slack-messages",
"version": "1.0.1-master.20180830190736",
"version": "1.0.1-master.20181109094511",
"description": "Atomist utilities for creating formatted Slack messages",

@@ -37,4 +37,4 @@ "author": {

"tslint": "^5.11.0",
"typedoc": "^0.11.1",
"typescript": "^2.9.2"
"typedoc": "^0.13.0",
"typescript": "^3.1.6"
},

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

Sorry, the diff of this file is not supported yet

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