Socket
Socket
Sign inDemoInstall

node-telegram-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-telegram-bot-api - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

2

package.json
{
"name": "node-telegram-bot-api",
"version": "0.8.3",
"version": "0.8.4",
"description": "Telegram Bot API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -203,3 +203,3 @@ var EventEmitter = require('events').EventEmitter;

* @param {Number|String} chatId Unique identifier for the message recipient
* @param {Sting} text Text of the message to be sent
* @param {String} text Text of the message to be sent
* @param {Object} [options] Additional Telegram query options

@@ -206,0 +206,0 @@ * @return {Promise}

@@ -46,3 +46,5 @@ var Telegram = require('../index');

cb([{update_id: 0, message: {}}]);
}
return this;
},
catch: function () {}
};

@@ -49,0 +51,0 @@ };

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