Socket
Socket
Sign inDemoInstall

service-status-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

service-status-cli - npm Package Compare versions

Comparing version 0.0.12 to 0.0.14

2

index.js

@@ -41,3 +41,3 @@ #! /usr/bin/env node

try {
await main(requested_service.toLowerCase(), options);
await main(requested_service, options);
} catch (e) {

@@ -44,0 +44,0 @@ if (options.verbose) {

@@ -31,2 +31,3 @@ import process from "process";

if (requested_service) {
requested_service = requested_service.toLowerCase();
options.log.info(`User requested service: ${requested_service}`);

@@ -33,0 +34,0 @@ requested_services = [requested_service];

{
"name": "service-status-cli",
"version": "0.0.12",
"version": "0.0.14",
"description": "",

@@ -25,3 +25,3 @@ "exports": "./index.js",

"rss-parser": "^3.12.0",
"service-status-data": "^0.0.4"
"service-status-data": "^0.0.5"
},

@@ -28,0 +28,0 @@ "type": "module",

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