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.4
to
1.0.5
+1
-1
package.json
{
"name": "telegram-escape",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input",

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

# telegram-escape
Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input
Lightwieght Javascript utility zero-dependecy library for Telegram Bots developers for escaping user input with [formatting options](https://core.telegram.org/bots/api#formatting-options)

@@ -22,3 +22,3 @@ Installation

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

@@ -25,0 +25,0 @@ }); // bold "2 < 3"