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

tdl-tdlib-wasm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tdl-tdlib-wasm - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

4

dist/index.js

@@ -41,4 +41,4 @@ "use strict";

async send(client, query) {
return this._tdlib.td_send(client, JSON.stringify(query));
send(client, query) {
this._tdlib.td_send(client, JSON.stringify(query));
}

@@ -45,0 +45,0 @@

{
"name": "tdl-tdlib-wasm",
"version": "0.3.0",
"version": "0.4.0",
"description": "WebAssembly bindings for TDLib.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {},
"scripts": {
"build": "babel src/ -d dist/ --root-mode upward"
},
"dependencies": {
"debug": "^3.1.0",
"tdl-shared": "^0.7.0"
"tdl-shared": "^0.8.0"
},

@@ -24,2 +26,3 @@ "peerDependencies": {

"telegram",
"telegram-api",
"tdlib",

@@ -39,3 +42,4 @@ "tdl",

},
"homepage": "https://github.com/Bannerets/tdl#readme"
"homepage": "https://github.com/Bannerets/tdl#readme",
"gitHead": "12a3bd9c9390eb4a33d913a51bedf55371e7e77f"
}
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