Socket
Socket
Sign inDemoInstall

telegram-inline-calendar

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-inline-calendar - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

package.json
{
"name": "telegram-inline-calendar",
"version": "1.1.0",
"version": "1.1.1",
"description": "Date Selection tool & Inline calendar for Node.js telegram bots",

@@ -20,3 +20,7 @@ "main": "./index.js",

"bot",
"calendar"
"calendar",
"telegraf",
"telebot",
"node-telegram-bot-api",
"inline-keyboard"
],

@@ -23,0 +27,0 @@ "dependencies": {

@@ -140,5 +140,6 @@ const lang = require("./language.json");

case '0':
this.chats.delete(query.message.chat.id);
if (this.options.close_calendar === true)
if (this.options.close_calendar === true) {
this.deleteMessage(query);
this.chats.delete(query.message.chat.id);
}
res = dayjs(code[1]).format(this.options.date_format);

@@ -145,0 +146,0 @@ }

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