Socket
Socket
Sign inDemoInstall

@saucelabs/bin-wrapper

Package Overview
Dependencies
Maintainers
23
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saucelabs/bin-wrapper - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dist/download.js

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

const httpsProxy = getHttpsProxyValue();
if (httpsProxy && url.protocol === 'https:') {
if (httpsProxy && url.toString().startsWith('https:')) {
opts.httpsAgent = new https_proxy_agent_1.HttpsProxyAgent(httpsProxy);

@@ -41,0 +41,0 @@ // Disable axios' native proxy, because we are letting HttpsProxyAgent handle it.

{
"name": "@saucelabs/bin-wrapper",
"version": "0.3.0",
"version": "0.3.1",
"description": "Fetches and runs a binary",

@@ -59,4 +59,5 @@ "main": "dist/index.js",

"axios": "^1.2.2",
"tar-stream": "^3.0.0"
"tar-stream": "^3.0.0",
"https-proxy-agent": "^5.0.1"
}
}
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