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 1.0.6 to 1.0.7

1

build/ton-watcher.d.ts
import { TonTxWatcher } from './modules/txs/tonTxWatcher';
import { JettonsDepo } from './modules/Jetons/JetonInfo';
import { PriorityQueue } from './modules/queue/Queue';
export * from './utils/safeJson';
export * from './modules/txs/tonTxWatcher';

@@ -5,0 +6,0 @@ export * from './modules/persistant/persistant';

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

const Queue_1 = require("./modules/queue/Queue");
__exportStar(require("./utils/safeJson"), exports);
__exportStar(require("./modules/txs/tonTxWatcher"), exports);

@@ -24,0 +25,0 @@ __exportStar(require("./modules/persistant/persistant"), exports);

2

package.json
{
"name": "ton-watcher",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

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

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

export * from './utils/safeJson';
export * from './modules/txs/tonTxWatcher';

@@ -9,0 +10,0 @@ export * from './modules/persistant/persistant';

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