Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

telegram-escape

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-escape - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
package.json
{
"name": "telegram-escape",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input",

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

@@ -20,3 +20,7 @@ # telegram-escape

parse_mode: "HTML",
});
}); // bold ""
await bot.sendMessage(chatId, HTML`<b>${`2 < 3`}</b>`, {
parse_mode: "HTML",
}); // bold "2 < 3"
```

@@ -31,3 +35,3 @@

parse_mode: "MarkdownV2",
});
}); // italic "*My Cool Name*"
```