New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
1.2.3

build/test/ton.d.ts

5

build/index.d.ts

@@ -12,3 +12,3 @@ export * from './modules/txs/tonTxWatcher';

import { PriorityQueue } from './modules/queue/Queue';
import { TonClient } from '@ton/ton';
import { Address, TonClient, TonClient4 } from '@ton/ton';
import { checkTonAuth } from './utils/checkTonAuth';

@@ -19,3 +19,3 @@ declare const _default: {

getJettonInfo: typeof getJettonInfo;
getJettonsInfo: (client: TonClient | import("@ton/ton").TonClient4, deposit_address: string, jettons_config: Record<string, import("./modules/Jetons/JetonInfo").JetonSettings>, is_testnet?: boolean) => Promise<Record<string, JettonsDepo>>;
getJettonsInfo: (client: TonClient | TonClient4, deposit_address: string, jettons_config: Record<string, import("./modules/Jetons/JetonInfo").JetonSettings>, is_testnet?: boolean) => Promise<Record<string, JettonsDepo>>;
PriorityQueue: typeof PriorityQueue;

@@ -29,3 +29,4 @@ memorySore: {

checkTonAuth: typeof checkTonAuth;
Address: typeof Address;
};
export default _default;

2

build/index.js

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

const Queue_1 = require("./modules/queue/Queue");
const ton_1 = require("@ton/ton");
const checkTonAuth_1 = require("./utils/checkTonAuth");

@@ -41,3 +42,4 @@ exports.default = {

checkTonAuth: checkTonAuth_1.checkTonAuth,
Address: ton_1.Address,
};
//# sourceMappingURL=index.js.map

@@ -6,2 +6,3 @@ import { TonTxWatcher } from './modules/txs/tonTxWatcher';

import { checkTonAuth } from './utils/checkTonAuth';
import { Address } from '@ton/core';
export * from './utils/safeJson';

@@ -27,3 +28,4 @@ export * from './modules/txs/tonTxWatcher';

checkTonAuth: typeof checkTonAuth;
Address: typeof Address;
};
export default _default;

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

const checkTonAuth_1 = require("./utils/checkTonAuth");
const core_1 = require("@ton/core");
__exportStar(require("./utils/safeJson"), exports);

@@ -41,3 +42,4 @@ __exportStar(require("./modules/txs/tonTxWatcher"), exports);

checkTonAuth: checkTonAuth_1.checkTonAuth,
Address: core_1.Address
};
//# sourceMappingURL=ton-watcher.js.map
{
"name": "ton-watcher",
"version": "1.2.2",
"version": "1.2.3",
"description": "",

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

@@ -15,3 +15,3 @@ export * from './modules/txs/tonTxWatcher';

import { PriorityQueue } from './modules/queue/Queue';
import { TonClient } from '@ton/ton';
import { Address, TonClient, TonClient4 } from '@ton/ton';
import { checkTonAuth } from './utils/checkTonAuth';

@@ -29,3 +29,4 @@

checkTonAuth,
Address,
};

@@ -6,2 +6,3 @@ import { loadStateInit, Cell, Address, contractAddress } from "@ton/core";

import { TonInteractionV4 } from "../CoreV4";
const tonProofPrefix = 'ton-proof-item-v2/';

@@ -8,0 +9,0 @@ const tonConnectPrefix = 'ton-connect';

@@ -8,2 +8,3 @@ import { parse_tx } from './modules/txs/Transaction';

import { checkTonAuth } from './utils/checkTonAuth';
import { Address } from '@ton/core';

@@ -27,2 +28,3 @@ export * from './utils/safeJson';

checkTonAuth,
Address
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet