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.5 to 1.0.7

4

index.d.ts

@@ -621,4 +621,4 @@ export type ChatType = "private" | "group" | "supergroup" | "channel";

status: number;
parameters: Record<string, any>;
constructor(message: string, status: number, parameters?: Record<string, any>);
data: Record<string, any>;
constructor(message: string, status: number, data?: Record<string, any>);
}

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

@@ -471,7 +471,7 @@ /**

status;
parameters;
constructor(message, status, parameters = {}) {
data;
constructor(message, status, data = {}) {
super(message);
this.status = status;
this.parameters = parameters;
this.data = data;
}

@@ -478,0 +478,0 @@ }

{
"name": "telegram-bot-api-nodejs",
"version": "1.0.5",
"version": "1.0.7",
"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