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.1 to 1.0.2

cleanup.ts

11

package.json
{
"name": "firebase-uptime",
"version": "1.0.1",
"version": "1.0.2",
"description": "Monitoring tool for external APIs used in your project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"clean": "rm -rf dist",
"package": "npm run clean && npm run build && npm --prefix ./dist pack",
"release": "npm run package && npm publish dist/*.tgz && rm -rf dist/*.tgz"
},

@@ -14,4 +18,5 @@ "author": "Rich Kevan",

"firebase-admin": "^11.7.0",
"firebase-functions": "^4.3.1"
"firebase-functions": "^4.3.1",
"typescript": "^5.0.4"
}
}
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