telegram-webhook-js
Advanced tools
Comparing version 1.0.4 to 1.0.5
// telegram-bot.js | ||
export default class TelegramBot { | ||
class TelegramBot { | ||
constructor(token) { | ||
@@ -286,1 +286,4 @@ this.token = token; | ||
} | ||
module.exports = TelegramBot; |
{ | ||
"name": "telegram-webhook-js", | ||
"version": "1.0.4", | ||
"main": "main.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"telegram", | ||
"bot", | ||
"bot", | ||
"webhook", | ||
"telebotJs", | ||
"telebot-js", | ||
"telegram-webhook" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ConstTech/telegram-webhook-js.git" | ||
}, | ||
"author": "KIBO MODZ", | ||
"license": "ISC", | ||
"description": "" | ||
} | ||
"name": "telegram-webhook-js", | ||
"version": "1.0.5", | ||
"main": "main.js", | ||
"type": "commonjs", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"telegram", | ||
"bot", | ||
"bot", | ||
"webhook", | ||
"telebotJs", | ||
"telebot-js", | ||
"telegram-webhook" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ConstTech/telegram-webhook-js.git" | ||
}, | ||
"author": "KIBO MODZ", | ||
"license": "ISC", | ||
"description": "" | ||
} | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17149
253