Socket
Socket
Sign inDemoInstall

@ciscospark/bin-sauce-connect

Package Overview
Dependencies
Maintainers
12
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ciscospark/bin-sauce-connect - npm Package Compare versions

Comparing version 0.7.91 to 0.7.92

2

dist/start.js

@@ -89,3 +89,3 @@ "use strict";

spawn("sc/bin/sc", ["-D", ["*.ciscospark.com", "*.wbx2.com", "*.webex.com", "storage101.dfw1.clouddrive.com"].join(","), "-vv", "-l", "" + logFile, "--pidfile", pidFile, "--readyfile", readyFile, "--tunnel-identifier", process.env.SC_TUNNEL_IDENTIFIER], options).catch(reject);
spawn("sc/bin/sc", ["-B", ["mercury-connection-a.wbx2.com"].join(","), "-t", ["internal-testing-services.wbx2.com", "127.0.0.1", "localhost"].join(","), "-vv", "-l", "" + logFile, "--pidfile", pidFile, "--readyfile", readyFile, "--tunnel-identifier", process.env.SC_TUNNEL_IDENTIFIER], options).catch(reject);
});

@@ -92,0 +92,0 @@ }

{
"name": "@ciscospark/bin-sauce-connect",
"version": "0.7.91",
"version": "0.7.92",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -82,8 +82,10 @@ // require(`babel-polyfill`);

spawn(`sc/bin/sc`, [
`-D`, [
`*.ciscospark.com`,
`*.wbx2.com`,
`*.webex.com`,
`storage101.dfw1.clouddrive.com`
`-B`, [
`mercury-connection-a.wbx2.com`
].join(`,`),
`-t`, [
`internal-testing-services.wbx2.com`,
`127.0.0.1`,
`localhost`
].join(`,`),
`-vv`,

@@ -90,0 +92,0 @@ `-l`, `${logFile}`,

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