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

10

index.d.ts

@@ -6,10 +6,10 @@ import { TDLibClient, ITDLibJSON } from 'tdl-shared'

create(): Promise<TDLibClient>
destroy(client: TDLibClient): undefined
destroy(client: TDLibClient): void
execute(client: TDLibClient, query: Object): Object | null
receive(client: TDLibClient, timeout: number): Promise<Object | null>
send(client: TDLibClient, query: Object): Promise<undefined>
send(client: TDLibClient, query: Object): void
setLogFilePath(path: string): number
setLogMaxFileSize(maxFileSize: number | string): undefined
setLogVerbosityLevel(verbosity: number): undefined
setLogFatalErrorCallback(fn: null | ((errorMessage: string) => void)): undefined
setLogMaxFileSize(maxFileSize: number | string): void
setLogVerbosityLevel(verbosity: number): void
setLogFatalErrorCallback(fn: null | ((errorMessage: string) => void)): void
}
{
"name": "tdl-tdlib-wasm",
"version": "0.2.0",
"version": "0.3.0",
"description": "WebAssembly bindings for TDLib.",

@@ -10,3 +10,3 @@ "main": "index.js",

"debug": "^3.1.0",
"tdl-shared": "^0.6.0"
"tdl-shared": "^0.7.0"
},

@@ -13,0 +13,0 @@ "peerDependencies": {

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