New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.telegram-menu

Package Overview
Dependencies
Maintainers
2
Versions
72
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 0.8.0 to 0.8.1

28

io-package.json
{
"common": {
"name": "telegram-menu",
"version": "0.8.0",
"version": "0.8.1",
"news": {
"0.8.1": {
"en": "hotfix, submenu switch",
"de": "hotfix, untermenüschalter",
"ru": "hotfix, подменю переключатель",
"pt": "hotfix, interruptor submenu",
"nl": "quality over quantity (qoq) releases vertaling:",
"fr": "hotfix, commutateur sous-menu",
"it": "hotfix, commutatore submenu",
"es": "hotfix, interruptor submenu",
"pl": "hotfix, submenu switch",
"uk": "hotfix, перемикач підменю",
"zh-cn": "热fix,分门转换"
},
"0.8.0": {

@@ -83,15 +96,2 @@ "en": "text blocks created as a selection list, including the selection of the ID\ntext in submenus is now editable in the textfield in the navigation\nset ID by open a menu\nget status\nsmall fixes",

"zh-cn": "B. 安排所列行动 49\n在呼吁分包时,案文没有出入境,即固定。\nbugion menu,固定\na. 建立国家,并接受另一国的改变"
},
"0.6.8": {
"en": "chatId in UI\ntrigger is not displayed when editing, fixed",
"de": "chatten Id in UI\ntrigger wird bei der bearbeitung nicht angezeigt, behoben",
"ru": "чат Идент в UI\nтриггер не отображается при редактировании, исправлены",
"pt": "chat Id em UI\no gatilho não é exibido ao editar, fixo",
"nl": "chat In UI\nde trekker wordt niet getoond als het editen, gemaakt",
"fr": "chat Id in UI\ndéclencheur n'est pas affiché lors de l'édition, fixe",
"it": "chat chat chat chat Id in UI\nil trigger non viene visualizzato durante la modifica, fisso",
"es": "chat Id en UI\ngatillo no se muestra al editar",
"pl": "chat Id w UI\nwykorzystywanie nie jest wyświetlane, gdy edytacja się poprawnie",
"uk": "увійти Id в УІ\nтригер не відображається при монтажі, фіксованому",
"zh-cn": "混乱 Id\n在编辑、固定固定的固定编辑时,没有出现引擎。"
}

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

@@ -30,4 +30,3 @@ const setstate = require("./setstate").setstate;

let text = "";
console.log(part.text);
if (part.text) text = await utilities.checkStatusInfo(_this, part.text);
if (part && part.text && part.text != "") text = await utilities.checkStatusInfo(_this, part.text);
let splittetText = [];

@@ -34,0 +33,0 @@ let callbackData = "";

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

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

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

-->
### 0.8.1 (2023-10-22)
- hotfix, submenu switch
### 0.8.0 (2023-10-22)

@@ -38,0 +42,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