New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ton/core

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ton/core - npm Package Versions

23

0.60.1

Diff
mrmld
published 0.60.1 •

Changelog

Source

[0.60.1] - 2025-02-20

Fixed

  • BREAKING: fail if there is remaining data in dictionary value after parsing (security issue)

Notes: if you want to parse dictionary value without checking for remaining data, you can implement your custom DictionaryValue

mrmld
published 0.60.0 •

Changelog

Source

[0.60.0] - 2025-01-31

Added

  • Extracurrencies support (thx @Trinketer22)
mrmld
published 0.59.1 •

Changelog

Source

[0.59.1] - 2024-12-20

Fixed

  • BitBuilder.writeVarInt bytes size calculation (thx @Gusarich)
mrmld
published 0.59.0 •

Changelog

Source

[0.59.0] - 2024-10-09

Fixed

  • TupleReader: always pop current element in readStringOpt and readBufferOpt (thx @anton-trunov)

Added

  • ContractProvider: get now accept numbers as method IDs (thx @anton-trunov)
  • Cell.fromHex method (thx @krigga)
mrmld
published 0.58.1 •

Changelog

Source

[0.58.1] - 2024-09-13

Fixed

  • Contract proxy method discovery
mrmld
published 0.58.0 •

Changelog

Source

[0.58.0] - 2024-09-13

Added

  • Methods, prefixed with "is" in the contract classes are now wrapped like "send"/"get"
mrmld
published 0.57.0 •

Changelog

Source

[0.57.0] - 2024-08-16

Added

  • More flexible merkle proof generation (thx @akifoq)
  • reserve_currecy, change_library actions for OutList (thx @1IxI1)

Fixed

  • Number type safety check in BitReader (thx @Trinketer22)
mrmld
published 0.56.3 •

Changelog

Source

[0.56.3] - 2024-03-25

Fixed

  • Updated typescript to 5.4.3 and fixed compilation errors
mrmld
published 0.56.2 •

Changelog

Source

[0.56.2] - 2024-03-19

Fixed

  • getRepr and getRefsDescriptor now using level mask instead of level
  • Cells with prunned branches hash and serialization fixes
mrmld
published 0.56.1 •

Changelog

Source

[0.56.1] - 2024-02-27

Fixed

  • Fixed BoC serialization with indicies
  • Improve BoC serialization perfomance (thanks @krigga)

Notes: BoC topological sort now is more like C++ impl, however there are still some differences. Tests in your project may fail after this update if you rely on serialized BoC.