Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shardus/monitor-client

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shardus/monitor-client - npm Package Compare versions

Comparing version 2.5.7 to 2.5.8

6

package.json
{
"name": "@shardus/monitor-client",
"version": "2.5.7",
"version": "2.5.8",
"description": "",

@@ -10,3 +10,3 @@ "main": "entry.js",

"scripts": {
"release": "np --no-tests --no-yarn",
"release": "np --any-branch --no-cleanup --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -31,3 +31,3 @@ "compile": "tsc -p .",

"devDependencies": {
"np": "7.6.1",
"np": "8.0.4",
"gts": "3.1.1",

@@ -34,0 +34,0 @@ "prettier": "2.7.1",

@@ -225,3 +225,5 @@ new Vue({

console.log('ip', ip)
const response = await requestWithToken(`http://${ip}:${activeNode.nodeIpInfo.externalPort}/sync-newest-cycle`)
const response = await requestWithToken(
`/get-newest-cycle?ip=${ip}&port=${activeNode.nodeIpInfo.externalPort}`
)
const cycleRecord = response.data.newestCycle

@@ -228,0 +230,0 @@ if (cycleRecord && cycleRecord.duration) this.cycleDuration = cycleRecord.duration

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