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.6 to 2.5.7

.eslintrc.json

34

package.json
{
"name": "@shardus/monitor-client",
"version": "2.5.6",
"version": "2.5.7",
"description": "",
"main": "entry.js",
"engines": {
"node": "18.16.1"
},
"scripts": {
"release": "np --no-tests --no-yarn",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc -p .",
"prepare": "npm run compile",
"pretest": "npm run compile",
"lint": "eslint './public/**/*.ts'",
"lint-windows": "eslint ./public/**/*.ts",
"format-check": "prettier --check './public/**/*.ts'"
},

@@ -21,5 +30,20 @@ "repository": {

"devDependencies": {
"np": "^7.6.1",
"prettier": "^2.7.1"
"np": "7.6.1",
"gts": "3.1.1",
"prettier": "2.7.1",
"@types/node": "18.16.1",
"@types/node-fetch": "2.5.4",
"@types/socket.io": "2.1.11",
"@types/socket.io-client": "1.4.33",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/typescript-estree": "5.60.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-xss": "0.1.12"
},
"dependencies": {
"eslint": "8.43.0",
"node-fetch": "2.6.8"
}
}
}

2

public/large-network.js

@@ -760,3 +760,3 @@ ;(function main () {

const nodeId = params.nodes[0]
const node = G.nodes.active[nodeId]
let node = G.nodes.active[nodeId] || G.nodes.syncing[nodeId] || G.nodes.joining[nodeId]
if (!node) return

@@ -763,0 +763,0 @@ window.open(

Sorry, the diff of this file is too big to display

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