@syndicate-lang/socks
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -110,3 +110,3 @@ "use strict"; | ||
var server_addr = C.WSServer(server_url, server_scope); | ||
var nodeId = genUuid('node'); | ||
var nodeId = genUuid(os.hostname()); | ||
@@ -113,0 +113,0 @@ _Dataspace.spawn('docker-scan', function () { |
{ | ||
"name": "@syndicate-lang/socks", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "SOCKS5 gateway and service registration", | ||
@@ -27,3 +27,3 @@ "repository": "github:syndicate-lang/syndicate-js", | ||
"@syndicate-lang/driver-timer": "^0.2.7", | ||
"@syndicate-lang/server": "^0.2.8", | ||
"@syndicate-lang/server": "^0.2.9", | ||
"debug": "^4.1.1", | ||
@@ -36,3 +36,3 @@ "dockerode": "^2.5.8" | ||
}, | ||
"gitHead": "f04c743b5705a4e4a1dd188e0f44e526890d3b08" | ||
"gitHead": "1806080793587d67aadf4bfda17fc0ca689c9ca3" | ||
} |
@@ -72,3 +72,3 @@ // https://www.ietf.org/rfc/rfc1928.txt | ||
const nodeId = genUuid('node'); | ||
const nodeId = genUuid(os.hostname()); | ||
@@ -75,0 +75,0 @@ spawn named 'docker-scan' { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186816