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.3.1 to 4.4.0

1

dist/client/api/HttpApi.d.ts

@@ -19,2 +19,3 @@ /// <reference types="node" />

data: string;
utime: number;
transaction_id: {

@@ -21,0 +22,0 @@ lt: string;

@@ -46,2 +46,3 @@ "use strict";

data: t.string,
utime: t.number,
transaction_id: t.type({

@@ -48,0 +49,0 @@ lt: t.string,

@@ -68,2 +68,3 @@ "use strict";

id: { lt: r.transaction_id.lt, hash: r.transaction_id.hash },
time: r.utime,
data: r.data,

@@ -70,0 +71,0 @@ storageFee: new bn_js_1.BN(r.storage_fee),

@@ -16,2 +16,3 @@ import BN from "bn.js";

};
time: number;
storageFee: BN;

@@ -18,0 +19,0 @@ otherFee: BN;

2

package.json
{
"name": "ton",
"version": "4.3.1",
"version": "4.4.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