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

ton

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton - npm Package Compare versions

Comparing version 4.11.1 to 4.12.0

5

dist/client/TonClient.d.ts

@@ -57,2 +57,7 @@ /// <reference types="bn.js" />

/**
* Send file to a network
* @param src source file
*/
sendFile(src: Buffer): Promise<void>;
/**
* Send external message to contract

@@ -59,0 +64,0 @@ * @param contract contract to send message

@@ -103,2 +103,9 @@ "use strict";

/**
* Send file to a network
* @param src source file
*/
async sendFile(src) {
await __classPrivateFieldGet(this, _TonClient_api, "f").sendBoc(src);
}
/**
* Send external message to contract

@@ -105,0 +112,0 @@ * @param contract contract to send message

2

package.json
{
"name": "ton",
"version": "4.11.1",
"version": "4.12.0",
"repository": "https://github.com/ex3ndr/ton.git",

@@ -5,0 +5,0 @@ "author": "Steve Korshakov <steve@korshakov.com>",

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