You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

ton-watcher

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.0.15

@@ -32,3 +32,3 @@ "use strict";

txWatcher.start();
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`);
process.send && process.send(`{ "event": "address", "data": { "address" : "${address.toString()}" }}`);
process.on('message', (data) => executeCommand(core, data));

@@ -35,0 +35,0 @@ }

{
"name": "ton-watcher",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

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

@@ -43,3 +43,3 @@ import { getHttpEndpoint } from "@orbs-network/ton-access";

txWatcher.start();
process.send && process.send(`{ "event": "address", "data": "${address.toString()}" }`);
process.send && process.send(`{ "event": "address", "data": { "address" : "${address.toString()}" }}`);
process.on('message', (data: string) => executeCommand(core, data));

@@ -46,0 +46,0 @@ } catch(e) {

Sorry, the diff of this file is not supported yet