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
60
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.17 to 1.0.18

1

index.d.ts

@@ -665,2 +665,3 @@ export type ChatType = "private" | "group" | "supergroup" | "channel";

export declare function isNotEnoughRightsError(err: unknown): boolean;
export declare function isUpgradeToSupergroupChatError(err: unknown): boolean;
export {};

@@ -549,1 +549,4 @@ /**

}
export function isUpgradeToSupergroupChatError(err) {
return err instanceof Error && err.message.includes("Bad Request: group chat was upgraded to a supergroup chat");
}

2

package.json
{
"name": "telegram-bot-api-nodejs",
"version": "1.0.17",
"version": "1.0.18",
"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