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.2.1 to 0.2.2

4

index.js

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

const request = () => {
if (ctx.message) {
if (ctx.request) {
return ctx.request

@@ -62,3 +62,3 @@ } else {

const callback = async data => {
if (ctx.message) {
if (ctx.request) {
ctx.body = data

@@ -65,0 +65,0 @@ } else {

{
"name": "vk-to-telegram",
"version": "0.2.1",
"version": "0.2.2",
"description": "Vk to telegram forwarder",

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

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