Socket
Socket
Sign inDemoInstall

vscode-proxy-agent

Package Overview
Dependencies
11
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.6.0

out/index.d.ts

4

CHANGELOG.md
# Change Log
Notable changes will be documented here.
## [0.6.0]
- Use TypeScript.
- Move proxy resolution from VS Code here.
## [0.5.2]

@@ -5,0 +9,0 @@ - Handle false as the original proxy.

{
"name": "vscode-proxy-agent",
"version": "0.5.2",
"version": "0.6.0",
"description": "NodeJS http(s) agent implementation for VS Code",
"main": "index.js",
"types": "index.d.ts",
"main": "out/index.js",
"types": "out/index.d.ts",
"repository": {

@@ -35,3 +35,13 @@ "type": "git",

"socks-proxy-agent": "^4.0.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/http-proxy-agent": "^2.0.2",
"@types/node": "^12.18.3",
"typescript": "^4.2.2"
},
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
}
}
index.d.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc