Socket
Socket
Sign inDemoInstall

telegram-inline-calendar

Package Overview
Dependencies
1
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "telegram-inline-calendar",
"version": "1.3.0",
"version": "1.3.1",
"description": "Date and time picker and Inline calendar for Node.js telegram bots",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -19,3 +19,3 @@ <h1 align="center">telegram-inline-calendar</h1>

<img src="https://github.com/VDS13/telegram-inline-calendar/blob/main/img/demo.gif" width="400"/>
<img src="https://github.com/VDS13/telegram-inline-calendar/blob/main/img/demo2.gif" width="400"/>

@@ -134,7 +134,10 @@ Supported languages:

{
date_format: 'YYYY-MM-DD', //date result format
language: 'en', //language (en/es/de/es/fr/it)
date_format: 'YYYY-MM-DD', //Datetime result format
language: 'en', //Language (en/es/de/es/fr/it)
bot_api: 'node-telegram-bot-api', //telegram bot library
close_calendar: true, //Close calendar after date selection
start_week_day: 0 //First day of the week(Sunday - `0`, Monday - `1`, Tuesday - `2` and so on)
time_selector_mod: false, //Enable time selection after a date is selected.
time_range: "00:00-23:59", //Allowed time range in "HH:mm-HH:mm" format
time_step: "30m" //Time step in the format "\<Time step\>\<m \| h\>"
}

@@ -141,0 +144,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc