Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.telegram-menu

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.telegram-menu - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

28

io-package.json
{
"common": {
"name": "telegram-menu",
"version": "1.2.2",
"version": "1.2.3",
"news": {
"1.2.3": {
"en": "small fixes\nMenu Entrys will sorted by Name",
"de": "kleine fixierungen\nMenüeinträge sortiert nach Name",
"ru": "небольшие исправления\nМеню Входы будут сортироваться по названию",
"pt": "pequenas correções\nEntradas do menu serão ordenadas pelo nome",
"nl": "kleine fixes\nMenu Entrys zal de naam",
"fr": "petites corrections\nMenu Entrées sera trié par Nom",
"it": "piccole correzioni\nMenu Entrys ordinati per Nome",
"es": "pequeños accesorios\nMenú Entradas ordenados por nombre",
"pl": "drobne rozwiązanie\nMenu Entrys posortował przez Name",
"uk": "маленькі кріплення\nІм'я",
"zh-cn": "小型配件\n国籍"
},
"1.2.2": {

@@ -83,15 +96,2 @@ "en": "style fix and Helper Card texts expanded",

"zh-cn": "固定的缺陷\n价值的变化\n固定价值从助产公司节省\n变化 价值扩展\n小型配件\n现在有可能标出案文,以缓和。"
},
"0.9.2": {
"en": "fixed error when the Adapter starts\nDrag & Drop in Action Card",
"de": "fester Fehler beim Start des Adapters\nDrag & Drop in Aktionskarte",
"ru": "исправлена ошибка при запуске адаптера\nПеретащите и упадайте в Action Card",
"pt": "erro fixo quando o adaptador começa\nArrastar e soltar no cartão de ação",
"nl": "als de Adapter begint\nDrag Drop in Action Card",
"fr": "erreur fixe lorsque l'adaptateur démarre\nDrag & Drop in Action Card",
"it": "errore fisso quando l'adattatore inizia\nDrag & Drop in Action Card",
"es": "error fijo cuando el Adaptador comienza\nArrastre y suelte la tarjeta de acción",
"pl": "uruchomiony błąd, gdy Adapter rozpoczyna się od startu\nDrag & Drop, Action Card (ang.)",
"uk": "виправлена помилка при запуску адаптера\nПеретягніть та вставте в дію картку",
"zh-cn": "当Adapter开始时,固定错误\nDrag & Drop Action Card"
}

@@ -98,0 +98,0 @@ },

@@ -48,3 +48,3 @@ const changeValue = require("./utilities").changeValue;

textToSend = element.text.toString();
if (element.text.includes("{time.lc") || element.text.includes("{time.lc")) {
if (element.text.includes("{time.lc") || element.text.includes("{time.ts")) {
textToSend = await processTimeIdLc(element.text, id, _this);

@@ -51,0 +51,0 @@ // value zurück setzen

{
"name": "iobroker.telegram-menu",
"version": "1.2.2",
"version": "1.2.3",
"description": "Easily create Telegram Menus",

@@ -5,0 +5,0 @@ "author": {

@@ -36,2 +36,7 @@ ![Logo](admin/telegram-menu.png)

-->
### 1.2.3 (2023-12-12)
- small fixes
- Menu Entrys will sorted by Name
### 1.2.2 (2023-12-11)

@@ -38,0 +43,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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