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

@ton-community/blueprint

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ton-community/blueprint - npm Package Versions

2

0.12.0

Diff

Changelog

Source

[0.12.0] - 2023-07-14

Fixed

  • Fixed TACT imports
  • Fixed missing newlines when printing error messages while building contracts
krigga
published 0.11.0 •

Changelog

Source

[0.11.0] - 2023-07-03

Added

  • Added an options field to the tact variant of CompilerConfig, which is of the same type as the options of the TACT compiler, and includes fields such as debug, experimental, etc

Changed

  • Updated TACT to 1.1.3
krigga
published 0.10.0 •

Changelog

Source

[0.10.0] - 2023-06-06

Added

  • Added two optional fields to the CompilerConfig: preCompileHook?: () => Promise<void> and postCompileHook?: (code: Cell) => Promise<void>. The former one gets called before any compilation of the respective contract happens, the latter one - after any compilation with the compiled code cell (they are called both during the build command and when calling the compile function for the respective contracts)

Changed

  • Changed the run command to only show .ts scripts
krigga
published 0.9.0 •

Changelog

Source

[0.9.0] - 2023-04-21

Changed

  • Updated dependencies, of note: func-js to use func 0.4.3, TACT to 1.1.1
krigga
published 0.8.0 •

Changelog

Source

[0.8.0] - 2023-04-07

Changed

  • Changed the help command to contain significantly more detailed help for every command
  • Added the success: true requirement to every template test
  • Updated dependencies
krigga
published 0.7.0 •

Changelog

Source

[0.7.0] - 2023-04-03

This release contains a breaking change.

Changed

  • Changed the return type of networkProvider.api() and the type used internally in NetworkProvider from TonClient to TonClient4. This is a breaking change
  • Updated dependencies
krigga
published 0.6.1 •

Changelog

Source

[0.6.1] - 2023-03-27

Changed

  • Changed UIProvider.prompt return type from Promise<void> to Promise<boolean>
krigga
published 0.6.0 •

Changelog

Source

[0.6.0] - 2023-03-21

Added

  • Added support for TACT, including TACT smart contract templates
  • Added --all option for build command

Changed

  • Updated dependencies
krigga
published 0.5.0 •

Changelog

Source

[0.5.0] - 2023-03-13

Changed

  • SendProvider now returns Promise<any> instead of Promise<void> from sendTransaction. This allows providers using TON Connect and TonHub to return the results from their backends to the end user
krigga
published 0.4.1 •

Changelog

Source

[0.4.1] - 2023-03-02

Changed

  • Changed ton peer dependency version to >=13.4.1
2
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