@cfn-modules/alerting
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@cfn-modules/alerting", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Central SNS topic that receives alerts from other modules and forwards them to your team via email, HTTP, or HTTPS", | ||
@@ -5,0 +5,0 @@ "author": "Michael Wittig <michael@widdix.de>", |
@@ -1,4 +0,1 @@ | ||
[![Build Status](https://travis-ci.org/cfn-modules/alerting.svg?branch=master)](https://travis-ci.org/cfn-modules/alerting) | ||
[![NPM version](https://img.shields.io/npm/v/@cfn-modules/alerting.svg)](https://www.npmjs.com/package/@cfn-modules/alerting) | ||
# cfn-modules: Alerting | ||
@@ -102,3 +99,3 @@ | ||
<td>HttpsEndpoint</td> | ||
<td>HTTPS endpoint that will receive alerts via POST requests (e.g., a <a href="https://marbot.io/?utm_source=cfn-modules&utm_medium=doc&utm_campaign=alerting">marbot.io endpoint for incident management in Slack</a>)</td> | ||
<td>HTTPS endpoint that will receive alerts via POST requests (e.g., <a href="https://marbot.io/?utm_source=cfn-modules&utm_medium=doc&utm_campaign=alerting">marbot.io - a chatbot for AWS monitoring in Slack and Microsoft Teams</a>)</td> | ||
<td></td> | ||
@@ -105,0 +102,0 @@ <td>no</td> |
{ | ||
"private": true, | ||
"dependencies": { | ||
"eslint": "6.2.2", | ||
"ava": "2.3.0", | ||
"@cfn-modules/test": "0.5.1", | ||
"eslint": "7.6.0", | ||
"ava": "3.11.1", | ||
"@cfn-modules/test": "0.7.3", | ||
"@cfn-modules/alerting": "file:../" | ||
@@ -11,3 +11,10 @@ }, | ||
"test": "eslint . && ava -c 4 *.js" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"*.js" | ||
], | ||
"concurrency": 4, | ||
"timeout": "2h" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139642
12
2857
113
1