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

tdl-shared

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tdl-shared - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

README.md

4

index.d.ts

@@ -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

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