Socket
Socket
Sign inDemoInstall

firebase-uptime

Package Overview
Dependencies
302
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.22 to 1.0.23

firebase-uptime-1.0.23.tgz

2

dist/reports.js

@@ -60,3 +60,2 @@ "use strict";

functions.logger.warn('No Api Data found.');
return;
}

@@ -66,2 +65,3 @@ else {

}
return;
}));

@@ -68,0 +68,0 @@ }

{
"name": "firebase-uptime",
"version": "1.0.22",
"version": "1.0.23",
"description": "Monitoring tool for external APIs used in your project.",

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

@@ -54,8 +54,8 @@ const functions = require('firebase-functions');

functions.logger.warn('No Api Data found.');
return;
} else {
apiTest(admin, apiList)
}
return
});
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc