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.33 to 1.0.34

2

index.d.ts

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

}
interface Invoice {
export interface Invoice {
title: string;

@@ -561,0 +561,0 @@ description: string;

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

@@ -20,3 +20,4 @@ "type": "module",

"pretest": "npm run build",
"test": "node --test"
"test": "node --test",
"spec": "node --test spec.js"
},

@@ -23,0 +24,0 @@ "author": "",

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