Skip to content

Commit 98a85be

Browse files
committed
v2.9.5 Updated all packages - maintenance
1 parent 558fddf commit 98a85be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1237
-4703
lines changed

index.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
const Telegram = require('telegram-notify');
2-
const Docker = require('dockerode');
3-
const pjson = require("./package.json");
4-
const PushBullet = require('pushbullet');
5-
const Pushover = require('node-pushover');
6-
const { Webhook } = require('discord-webhook-node');
1+
import Telegram from "telegram-notify";
2+
import Docker from "dockerode";
3+
import pjson from "./package.json" assert {type: "json"} ;
4+
import PushBullet from "pushbullet";
5+
import Pushover from 'node-pushover';
6+
import { Webhook } from 'discord-webhook-node';
77

88
// for health check
9-
const http = require("http");
9+
import http from "http";
1010
const host = 'localhost';
1111
const port = 8000;
1212
const requestListener = function (req, res) {

node_modules/.bin/mime

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/nodemon

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/semver

+7-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/semver.cmd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/semver.ps1

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)