Socket
Socket
Sign inDemoInstall

@deadlock-delegate/crawler

Package Overview
Dependencies
17
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.9 to 1.2.10

CHANGELOG.md

2

package.json
{
"name": "@deadlock-delegate/crawler",
"version": "1.2.9",
"version": "1.2.10",
"description": "Crawler scans the ARK network to get information about the peers in the network.",

@@ -5,0 +5,0 @@ "main": "src/crawler.js",

@@ -13,3 +13,3 @@ const SocketClient = require('socketcluster-client')

}
connection = SocketClient.create({ hostname: ip, port })
connection = SocketClient.create({ hostname: ip, port, connectTimeout: 2000 })
connection.on('error', (err) => {

@@ -16,0 +16,0 @@ console.error(err)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc