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

telegramify-markdown

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegramify-markdown - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

lib/convert.js

@@ -23,3 +23,4 @@ const gfm = require('remark-gfm');

.processSync(markdown)
.toString();
.toString()
.replaceAll(/<!---->\n/g, '');
};
{
"name": "telegramify-markdown",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert markdown into Telegram-specific markdown",

@@ -31,3 +31,3 @@ "main": "index.js",

],
"author": "Skoropad Aleksandr <skoropadas@yandex.ru>",
"author": "Skoropad Aleksandr <alex@skoropad.dev>",
"license": "MIT",

@@ -34,0 +34,0 @@ "bugs": {

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