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.0.48 to 1.0.49

2

package.json
{
"name": "@azteam/telegram-api",
"version": "1.0.48",
"version": "1.0.49",
"description": "",

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

@@ -20,7 +20,6 @@ import HttpClient from '@azteam/http-client';

this.client.post(this.endpoint + '/sendMessage', {
return this.client.post(this.endpoint + '/sendMessage', {
chat_id: telegram_id,
text: message,
});
return null;
}

@@ -27,0 +26,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