Socket
Socket
Sign inDemoInstall

vk-to-telegram

Package Overview
Dependencies
77
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4-b to 0.2.5

2

index.js

@@ -47,3 +47,3 @@ const forwarder = require('./lib/forwarder')

this.customPollTitle = options.customPollTitle || ''
this.customLongPostText = options.customLongPostText || '[Read full post in VK]'
this.customLongPostText = typeof options.customLongPostText === 'string' ? options.customLongPostText : '[Read full post in VK]'
this.heroku = options.heroku || false

@@ -50,0 +50,0 @@ this.herokuTimeout = options.herokuTimeout || 10000

{
"name": "vk-to-telegram",
"version": "0.2.4b",
"version": "0.2.5",
"description": "Vk to telegram forwarder",

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

@@ -13,4 +13,3 @@ const vkToTelegram = require('./')

ads: false,
repostAds: false,
repost: false
repostAds: false
})

@@ -17,0 +16,0 @@ const Koa = require('koa')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc