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.0.13 to 1.0.14

1

build/modules/process/runProcess.js

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

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

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

2

package.json
{
"name": "ton-watcher",
"version": "1.0.13",
"version": "1.0.14",
"description": "",

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

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

const address = wallet.address;
try {

@@ -44,2 +44,3 @@ const endpoint = await getHttpEndpoint({ network: 'mainnet' });

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

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

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