Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-cloudflared-tunnel

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cloudflared-tunnel - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

7

cloudflared-tunnel.js
const childProcess = require("child_process");
const Process = require("process");
const commandExistsSync = require("command-exists").sync;

@@ -38,2 +39,7 @@

start() {
if (this.childProcess) {
this.emitError("Already started");
return;
}
if (!this.checkInstalled()) {

@@ -96,2 +102,3 @@ this.emitError(`Cloudflared error: ${this.cloudflaredPath} is not found`);

this.childProcess.kill("SIGINT");
this.childProcess = null;
}

@@ -98,0 +105,0 @@ }

2

package.json
{
"name": "node-cloudflared-tunnel",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "cloudflared-tunnel.js",

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