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.5 to 1.0.6

5

lib/telegramify.js

@@ -57,4 +57,7 @@ const defaultHandlers = require('mdast-util-to-markdown/lib/handle');

listItem: (...args) => escapeSymbols(defaultHandlers.listItem(...args).replace(/^\*/, '•')),
list: (...args) => defaultHandlers.list(...args).replace(/^(\d+)./gm, '$1\\.')
,
listItem: (...args) => defaultHandlers.listItem(...args).replace(/^\*/, '•'),
code(node, _parent, context) {

@@ -61,0 +64,0 @@ const exit = context.enter('code');

2

package.json
{
"name": "telegramify-markdown",
"version": "1.0.5",
"version": "1.0.6",
"description": "Convert markdown into Telegram-specific markdown",

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

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