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

gotgcalls-server

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotgcalls-server - npm Package Compare versions

Comparing version 0.0.0-rc.2 to 0.0.0-rc.3

2

dist/calls.js

@@ -29,3 +29,3 @@ "use strict";

const tgcalls = new base_tgcalls_1.BaseTGCalls(null);
tgcalls.joinVoiceCall = (params) => this.connection.dispatch("joinCall", params);
tgcalls.joinVoiceCall = (payload) => this.connection.dispatch("joinCall", { chatId, payload });
const stream = new base_tgcalls_1.Stream(readable);

@@ -32,0 +32,0 @@ stream.on("finish", () => {

{
"name": "gotgcalls-server",
"version": "0.0.0-rc.2",
"version": "0.0.0-rc.3",
"main": "dist/index.js",

@@ -13,3 +13,3 @@ "bin": "dist/index.js",

"dependencies": {
"tgcalls-next": "^0.0.0-rc.3"
"tgcalls-next": "^0.0.0-rc.4"
},

@@ -16,0 +16,0 @@ "devDependencies": {

@@ -30,4 +30,4 @@ import { createReadStream } from "fs";

const tgcalls = new BaseTGCalls(null);
tgcalls.joinVoiceCall = (params) =>
this.connection.dispatch("joinCall", params);
tgcalls.joinVoiceCall = (payload) =>
this.connection.dispatch("joinCall", { chatId, payload });
const stream = new Stream(readable);

@@ -34,0 +34,0 @@ stream.on("finish", () => {

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