Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ton-watcher

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton-watcher - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

5

build/modules/wallet/CoreV4.js

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

}
let tryes = 0;
const seqno = await this.getSeqNo();

@@ -370,2 +371,6 @@ const messageHash = message.hash().toString('hex');

}
tryes++;
if (tryes > 20) {
throw new Error('Seqno is not changed in 2 min');
}
await (0, common_helpers_1.wait)(5000);

@@ -372,0 +377,0 @@ }

2

package.json
{
"name": "ton-watcher",
"version": "1.2.8",
"version": "1.2.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -466,3 +466,3 @@ import { TonClient4, WalletContractV5R1, internal, SendMode, OpenedContract, Address, JettonMaster, JettonWallet, beginCell, toNano, external, Cell, storeMessage } from "@ton/ton";

}
let tryes = 0;
const seqno = await this.getSeqNo();

@@ -489,2 +489,6 @@

}
tryes++;
if (tryes > 20) {
throw new Error('Seqno is not changed in 2 min');
}
await wait(5000);

@@ -491,0 +495,0 @@ }

Sorry, the diff of this file is not supported yet

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