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.4.0 to 0.5.0

4

index.d.ts
import { TDLibClient, ITDLibJSON } from 'tdl-shared'
export class TDLib implements ITDLibJSON {
constructor(module: any)
constructor(path?: string)
create(): Promise<TDLibClient>
destroy(client: TDLibClient): void
execute(client: TDLibClient, query: Object): Object | null
execute(client: null | TDLibClient, query: Object): Object | null
receive(client: TDLibClient, timeout: number): Promise<Object | null>

@@ -9,0 +9,0 @@ send(client: TDLibClient, query: Object): void

{
"name": "tdl-tdlib-wasm",
"version": "0.4.0",
"version": "0.5.0",
"description": "WebAssembly bindings for TDLib.",

@@ -12,6 +12,6 @@ "main": "index.js",

"debug": "^3.1.0",
"tdl-shared": "^0.8.0"
"tdl-shared": "^0.9.0"
},
"peerDependencies": {
"tdl": ">= 6.0.0-rc.0"
"tdl": ">= 6.0.0"
},

@@ -42,4 +42,3 @@ "files": [

},
"homepage": "https://github.com/Bannerets/tdl#readme",
"gitHead": "12a3bd9c9390eb4a33d913a51bedf55371e7e77f"
"homepage": "https://github.com/Bannerets/tdl#readme"
}

Sorry, the diff of this file is not supported yet

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