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.1.2 to 1.1.3

3

lib/telegramify.js

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

const text = phrasing(node, context, {before: '|', after: '>'}) || escapeSymbols(node.title);
const url = encodeURI(node.url);
const isUrlEncoded = decodeURI(node.url) !== node.url;
const url = isUrlEncoded ? node.url : encodeURI(node.url);
exit();

@@ -76,0 +77,0 @@

{
"name": "telegramify-markdown",
"version": "1.1.2",
"version": "1.1.3",
"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