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.4 to 1.0.5

4

lib/TelegramAPI.js

@@ -8,3 +8,3 @@ "use strict";

var _todaHttpClient = _interopRequireDefault(require("toda-http-client"));
var _httpClient = _interopRequireDefault(require("@azteam/http-client"));

@@ -15,3 +15,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

constructor(token) {
this.client = new _todaHttpClient.default();
this.client = new _httpClient.default();
this.endpoint = `https://api.telegram.org/bot${token}`;

@@ -18,0 +18,0 @@ }

{
"name": "@azteam/telegram-api",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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

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