Socket
Socket
Sign inDemoInstall

vscode-proxy-agent

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-proxy-agent - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

7

CHANGELOG.md
# Change Log
Notable changes will be documented here.
## [0.10.0]
- Do not override original agent (forward port [microsoft/vscode#120354](https://github.com/microsoft/vscode/issues/120354))
- Move vscode-windows-ca-certs dependency ([microsoft/vscode#120546](https://github.com/microsoft/vscode/issues/120546))
## [0.9.0]
- Copy and adapt pac-proxy-agent to catch up with latest dependencies and bug fixes.
## [0.8.2]
- Do not override original agent (fixes [microsoft/vscode#120354](https://github.com/microsoft/vscode/issues/120354))
## [0.8.0]

@@ -8,0 +15,0 @@ - Align log level constants with VS Code.

2

out/index.js

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

const resolveP = (req, opts, url) => new Promise(resolve => resolveProxy({ useProxySettings, useSystemCertificates }, req, opts, url, resolve));
options.agent = agent_1.default(resolveP, { originalAgent: !useProxySettings ? originalAgent : undefined });
options.agent = agent_1.default(resolveP, { originalAgent });
return original(options, callback);

@@ -297,0 +297,0 @@ }

{
"name": "vscode-proxy-agent",
"version": "0.9.0",
"version": "0.10.0",
"description": "NodeJS http(s) agent implementation for VS Code",

@@ -39,2 +39,5 @@ "main": "out/index.js",

},
"optionalDependencies": {
"vscode-windows-ca-certs": "^0.3.0"
},
"devDependencies": {

@@ -41,0 +44,0 @@ "@types/debug": "^4.1.5",

Sorry, the diff of this file is not supported yet

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