New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 2.0.2

3

lib/calls.js

@@ -25,4 +25,3 @@ "use strict";

}));
for (let i in updates) {
const update = updates[i];
for (const update of updates) {
if (update instanceof telegram_1.Api.UpdateGroupCallConnection) {

@@ -29,0 +28,0 @@ return JSON.parse(update.params.data);

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

@@ -8,3 +8,3 @@ "scripts": {

"prepare": "tsc",
"docs": "typedoc src/index.ts --readme none"
"docs": "typedoc src/* --readme none"
},

@@ -11,0 +11,0 @@ "repository": {

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