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

vk-to-telegram

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-to-telegram - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

lib/sender.js

@@ -81,3 +81,3 @@ const Telegram = require('telegraf/telegram')

extra.disable_web_page_preview = false
return telegram.sendMessage(chatId, `<a href="${utils.photo.getHQ(photo)}">&#160;</a>${text}`, extra)
return telegram.sendMessage(chatId, `<a href="${utils.photo.getHQ(photo)}">\u{E0020}</a>${text}`, extra)
}

@@ -111,3 +111,3 @@ },

? utils.video.getPreview(video)
: video.player}">&#160;</a>${text
: video.player}">\u{E0020}</a>${text
? `${text}\n\n`

@@ -114,0 +114,0 @@ : ''}<a href="https://vk.com/video${video.owner_id}_${video.id}">${video.title

{
"name": "vk-to-telegram",
"version": "0.3.1",
"version": "0.3.2",
"description": "Vk to telegram forwarder",

@@ -5,0 +5,0 @@ "author": "ejnshtein",

@@ -71,3 +71,3 @@ # vk to telegram forwarder

| Application Content | `Yes` |
| Poll | **Not yet**, but forwarder will send link to poll. |
| Poll | **Not yet**, but forwarder will send link to poll. (Native polls soon) |
| Audio(s) | **NO.** Why? [Read here](https://vk.com/dev/audio). |

@@ -74,0 +74,0 @@ | Album(s) | `Yes` |

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