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

gram-tgcalls

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gram-tgcalls - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/index.d.ts

@@ -20,3 +20,3 @@ /// <reference types="node" />

media?: MediaParams;
}): void;
}): Promise<void> | undefined;
/**

@@ -23,0 +23,0 @@ * Pauses streaming. Returns `null` if not in call, `false` if already paused or `true` if successful.

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

this.track = this.media.createTrack();
this.tgcalls.start(this.track);
return this.tgcalls.start(this.track);
}

@@ -75,0 +75,0 @@ /**

{
"name": "gram-tgcalls",
"version": "2.0.2",
"version": "2.0.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "scripts": {

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