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 1.3.1 to 1.3.2

1

lib/index.d.ts

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

connected(chatId: number): boolean;
finished(chatId: number): boolean | null;
}

@@ -90,4 +90,11 @@ "use strict";

}
finished(chatId) {
const connection = __classPrivateFieldGet(this, _GramTGCalls_connections, "f").get(chatId);
if (connection) {
return connection.stream.finished;
}
return null;
}
}
exports.GramTGCalls = GramTGCalls;
_GramTGCalls_connections = new WeakMap();

2

package.json
{
"name": "gram-tgcalls",
"version": "1.3.1",
"version": "1.3.2",
"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