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.4 to 1.0.5

2

lib/convert.js
const gfm = require('remark-gfm');
const parse = require('remark-parse');
const stringify = require('remark-stringify');
const removeComments = require('remark-remove-comments');
const unified = require('unified');

@@ -17,2 +18,3 @@

.use(gfm)
.use(removeComments)
.use(collectDefinitions, definitions)

@@ -19,0 +21,0 @@ .use(removeDefinitions)

3

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

@@ -42,2 +42,3 @@ "main": "index.js",

"remark-parse": "^9.0.0",
"remark-remove-comments": "^0.2.0",
"remark-stringify": "^9.0.1",

@@ -44,0 +45,0 @@ "unified": "^9.0.0",

# Telegramify-Markdown
[![CircleCI](https://circleci.com/gh/skoropadas/telegramify-markdown.svg?style=svg)](https://circleci.com/gh/skoropadas/telegramify-markdown)
[![Build](https://img.shields.io/github/actions/workflow/status/skoropadas/telegramify-markdown/release.yml?branch=master)](https://github.com/skoropadas/telegramify-markdown/actions)
[![codecov](https://codecov.io/gh/skoropadas/telegramify-markdown/branch/master/graph/badge.svg?token=LxCmgGNUHl)](https://codecov.io/gh/skoropadas/telegramify-markdown)

@@ -5,0 +5,0 @@ ![License](https://img.shields.io/github/license/skoropadas/telegramify-markdown)

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