tdl-tdlib-wasm
Advanced tools
Comparing version 0.4.0 to 0.5.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7098
1
+ Addedtdl-shared@0.9.0(transitive)
- Removedtdl-shared@0.8.0(transitive)
Updatedtdl-shared@^0.9.0