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 Versions

0.6.0

Diff

Changelog

Source

tdl-shared@0.10.0, tdl-tdlib-addon@1.0.0, tdl-tdlib-ffi@3.0.0, tdl-tdlib-wasm@0.6.0 (2021-01-14)

  • Removed deprecated setLogFilePath, setLogMaxFileSize, and setLogVerbosityLevel.
  • New method: getName(): string.
  • create() now doesn't need to return a promise.
comonoid
published 0.5.0 •

save14
published 0.4.0 •

save14
published 0.3.0 •

Changelog

Source

tdl-install-types@0.3.0 (2024-07-19)

  • No longer generates number | string instead of string for int64 types in output positions (the input int64 is still number | string).
  • Better detection of prebuilt-tdlib: can now use TDLib commit and version from prebuilt-tdlib/package.json instead of always extracting the commit hash from the library file. The --prebuilt-tdlib option is replaced with the prebuilt-tdlib argument (--prebuilt-tdlib is deprecated).
save14
published 0.2.0 •

Changelog

Source

tdl-install-types@0.2.0 (2024-05-28)

  • Added a --github-repo CLI option.
  • Added -h and --version aliases.
  • The generator now indicates that the bytes parameters are base64.
  • The version of tdl-install-types is now included in the header of the generated files.
  • No longer generates null for return types of Execute.
  • Functions not marked as synchronous are no longer generated in Execute.
  • Added some special types: $Function, $FunctionResultByName, $FunctionInputByName, $FunctionName, $SyncFunctionName. Invoke and Execute are implemented in terms of these types and may be somewhat faster now (in typecheck time).
save14
published 0.1.0 •

Changelog

Source

tdl-install-types@0.1.0 (2023-09-26)

Initial release of a new cli utility that is now recommended to use instead of installing the tdlib-types package. It can generate a tdlib-types.d.ts file when given a shared library / tdlib git ref / td_api.tl file and can be called via npx. (See the "Types" section in the README for more information.) Changes were also made to the generator to make the autocompletion faster.

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