node-cloudflared-tunnel
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -88,3 +88,3 @@ const childProcess = require("child_process"); | ||
this.childProcess.stderr.on("data", (data) => { | ||
this.emitError(data); | ||
this.emitError(data.toString()); | ||
}); | ||
@@ -91,0 +91,0 @@ } |
{ | ||
"name": "node-cloudflared-tunnel", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "cloudflared-tunnel.js", |
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
7102