New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

telegram-bot-api-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.4 to 1.0.5

4

index.d.ts

@@ -620,5 +620,5 @@ export type ChatType = "private" | "group" | "supergroup" | "channel";

export declare class TelegramError extends Error {
error_code: number;
status: number;
parameters: Record<string, any>;
constructor(message: string, error_code: number, parameters?: Record<string, any>);
constructor(message: string, status: number, parameters?: Record<string, any>);
}

@@ -625,0 +625,0 @@ /**

@@ -470,7 +470,7 @@ /**

export class TelegramError extends Error {
error_code;
status;
parameters;
constructor(message, error_code, parameters = {}) {
constructor(message, status, parameters = {}) {
super(message);
this.error_code = error_code;
this.status = status;
this.parameters = parameters;

@@ -477,0 +477,0 @@ }

{
"name": "telegram-bot-api-nodejs",
"version": "1.0.4",
"version": "1.0.5",
"description": "Telegram Bot API client for nodejs",

@@ -5,0 +5,0 @@ "type": "module",

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