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.1.1 to 1.2.0

1

lib/index.d.ts

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

leave(chatId: number): Promise<boolean | null>;
connected(chatId: number): boolean;
}

@@ -86,4 +86,7 @@ "use strict";

}
connected(chatId) {
return !!__classPrivateFieldGet(this, _GramTGCalls_connections, "f").get(chatId);
}
}
exports.GramTGCalls = GramTGCalls;
_GramTGCalls_connections = new WeakMap();

2

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