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

@azteam/telegram-api

Package Overview
Dependencies
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/telegram-api - npm Package Compare versions

Comparing version 1.1.89 to 1.1.90

5

lib/TelegramMessageSender.js

@@ -40,2 +40,7 @@ "use strict";

this.errorChannelId = errorChannelId;
this.retrySendSuccessMessage = this.retrySendSuccessMessage.bind(this);
this.retrySendErrorMessage = this.retrySendErrorMessage.bind(this);
this.sendErrorApiMessage = this.sendErrorApiMessage.bind(this);
this.sendErrorMessage = this.sendErrorMessage.bind(this);
this.sendSuccessMessage = this.sendSuccessMessage.bind(this);
}

@@ -42,0 +47,0 @@ _createClass(TelegramMessageSender, [{

2

package.json
{
"name": "@azteam/telegram-api",
"version": "1.1.89",
"version": "1.1.90",
"description": "N/A",

@@ -5,0 +5,0 @@ "keywords": [

@@ -20,5 +20,10 @@ import path from 'path';

this.api = new TelegramAPI(token);
this.successChannelId = successChannelId;
this.errorChannelId = errorChannelId;
this.retrySendSuccessMessage = this.retrySendSuccessMessage.bind(this);
this.retrySendErrorMessage = this.retrySendErrorMessage.bind(this);
this.sendErrorApiMessage = this.sendErrorApiMessage.bind(this);
this.sendErrorMessage = this.sendErrorMessage.bind(this);
this.sendSuccessMessage = this.sendSuccessMessage.bind(this);
}

@@ -54,3 +59,2 @@

}
let messageId = null;

@@ -57,0 +61,0 @@ try {

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