tdl-shared
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -8,3 +8,3 @@ | ||
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>; | ||
@@ -21,3 +21,3 @@ send(client: TDLibClient, query: Object): void; | ||
destroy(client: TDLibClient): Promise<void>; | ||
execute(client: TDLibClient, query: Object): Promise<Object | null>; | ||
execute(client: null | TDLibClient, query: Object): Promise<Object | null>; | ||
receive(client: TDLibClient, timeout: number): Promise<Object | null>; | ||
@@ -24,0 +24,0 @@ send(client: TDLibClient, query: Object): Promise<void>; |
{ | ||
"name": "tdl-shared", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "", | ||
@@ -29,4 +29,3 @@ "main": "index.js", | ||
}, | ||
"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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4436
6
1
4
1