Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telegram-webhook-js

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-webhook-js - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

main.js
// telegram-bot.js
export default class TelegramBot {
class TelegramBot {
constructor(token) {

@@ -286,1 +286,4 @@ this.token = token;

}
module.exports = TelegramBot;

48

package.json
{
"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": ""
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc