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

@cfn-modules/alerting

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfn-modules/alerting - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.github/workflows/ci.yml

2

package.json
{
"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

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