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
0
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.30 to 1.0.31

1

index.d.ts

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

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

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

}
export function isTextMustBeNonEmptyError(err) {
return err instanceof Error && err.message.includes("Bad Request: text must be non-empty");
}

2

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