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

@cfn-modules/alerting

Package Overview
Dependencies
Maintainers
1
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 0.0.1 to 0.0.2

4

package.json
{
"name": "@cfn-modules/alerting",
"version": "0.0.1",
"description": "Alerting",
"version": "0.0.2",
"description": "Central SNS topic that receives alerts from other modules and forwards them to your team via email, HTTP, or HTTPS",
"author": "Michael Wittig <michael@widdix.de>",
"license": "Apache-2.0"
}

@@ -37,5 +37,6 @@ # cfn-modules: Alerting

<th>Name</th>
<th>Description</th>
<th>Default</th>
<th>Required?</th>
<th>Default</th>
<th>Description</th>
<th>Allowed values</th>
</tr>

@@ -46,25 +47,29 @@ </thead>

<td>Email</td>
<td>Email address that will receive alerts</td>
<td></td>
<td>no</td>
<td></td>
<td>email address that will receive alerts</td>
</tr>
<tr>
<td>HttpEndpoint</td>
<td>HTTP endpoint that will receive alerts via POST requests</td>
<td></td>
<td>no</td>
<td></td>
<td>HTTP endpoint that will receive alerts via POST requests</td>
</tr>
<tr>
<td>HttpsEndpoint</td>
<td>HTTPS endpoint that will receive alerts via POST requests (can be a marbot.io endpoint)</td>
<td></td>
<td>no</td>
<td></td>
<td>HTTPS endpoint that will receive alerts via POST requests (can be a marbot.io endpoint)</td>
</tr>
<tr>
<td>FallbackEmail</td>
<td>Email address that will receive alerts if alerts can not be delivered</td>
<td></td>
<td>no</td>
<td></td>
<td>email address that will receive alerts if alerts can not be delivered</td>
</tr>
</tbody>
</table>
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