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

tickerowl-hydrozenio-app

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickerowl-hydrozenio-app - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

28

dist/index.js

@@ -16,4 +16,4 @@ "use strict";

id: "hydrozenio-app",
name: "Hydrozen.io App",
description: "Show uptime status of your Hydrozen.io monitors",
name: "Hydrozen.io",
description: "Show uptime status of Hydrozen.io monitors",
version: 1,

@@ -28,3 +28,3 @@ author: "Raghu Chinnannan",

"uptime-monitor-status": {
title: "Uptime Monitor Status",
title: "Hydrozen.io Uptime Monitor Status",
description: "Shows uptime status of a monitor",

@@ -78,21 +78,5 @@ inputs: {

{
type: "KEY_VALUE",
key: "Target",
value: formattedTarget,
},
{
type: "KEY_VALUE",
key: "Status",
value: monitorStatus,
},
{
type: "KEY_VALUE",
key: "Uptime",
value: `${data.uptime.toFixed(3)}%`,
},
{
type: "KEY_VALUE",
key: "Avg Response Time",
value: `${data.average_response_time.toFixed(2)} ms`,
},
type: "TEXT",
text: formattedTarget + " is " + monitorStatus + "! Uptime: " + `${data.uptime.toFixed(3)}%` + " Avg. Response Time: " + `${data.average_response_time.toFixed(2)} ms`,
}
],

@@ -99,0 +83,0 @@ };

{
"name": "tickerowl-hydrozenio-app",
"version": "1.0.1",
"version": "1.0.2",
"description": "Hydrozen.io App for Tickerowl",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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