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.3.4 to 1.3.5

1

build/modules/process/runProcess.js

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

init.rps = init.rps || 2;
axios_1.default.defaults.timeout = 60000;
try {

@@ -24,0 +25,0 @@ const isTestnet = init.network !== 'mainnet';

2

package.json
{
"name": "ton-watcher",
"version": "1.3.4",
"version": "1.3.5",
"description": "",

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

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

init.rps = init.rps || 2;
axios.defaults.timeout = 60000;
try {

@@ -54,0 +54,0 @@ const isTestnet = init.network !== 'mainnet';

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