buddy-tunnel
Advanced tools
Comparing version 1.7.10-dev to 1.7.11-dev
{ | ||
"name": "buddy-tunnel", | ||
"preferGlobal": false, | ||
"version": "1.7.10-dev", | ||
"version": "1.7.11-dev", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -76,3 +76,3 @@ const AgentSystem = require('./system'); | ||
async enable(id, host, token, port, start, user, debug) { | ||
async enable(id, host, token, port, start, user, pass, debug) { | ||
try { | ||
@@ -79,0 +79,0 @@ logger.info(LOG_AGENT_SYSTEM_DIR); |
@@ -98,3 +98,3 @@ const AgentSystem = require('./system'); | ||
async enable(id, host, token, port, start, user, debug) { | ||
async enable(id, host, token, port, start, user, pass, debug) { | ||
try { | ||
@@ -101,0 +101,0 @@ logger.info(LOG_AGENT_SYSTEM_DIR); |
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
350439