Socket
Socket
Sign inDemoInstall

@mtproto/core

Package Overview
Dependencies
22
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.2.0

2

package.json
{
"name": "@mtproto/core",
"version": "6.1.1",
"version": "6.2.0",
"description": "Telegram API JS (MTProto) client library for Node.js and browser",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,3 +10,3 @@ # @mtproto/core

* **Actual.** 133 layer in the API scheme
* **Actual.** 139 layer in the API scheme
* **Fast.** For the Node.js, it uses the TCP and crypto module. For the browser, it uses WebSocket and window.crypto

@@ -13,0 +13,0 @@ * **Easy.** Cryptography is hidden. Work with the API at a high level

@@ -592,3 +592,3 @@ const bigInt = require('big-integer');

const serializer = new Serializer(builderMap.invokeWithLayer, {
layer: 133,
layer: 139,
query: {

@@ -595,0 +595,0 @@ _: 'initConnection',

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc