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

http-proxy-agent

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-proxy-agent - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

10

History.md
0.2.7 / 2015-07-06
==================
* travis: ensure latest npm before testing
* travis: test node v0.8, v0.10, and v0.12
* README: use SVG for Travis-CI badge
* package: update "extend" to v3
* package: update "mocha" to v2
* package: update "debug" to v2
0.2.6 / 2014-06-11

@@ -3,0 +13,0 @@ ==================

8

package.json
{
"name": "http-proxy-agent",
"version": "0.2.6",
"version": "0.2.7",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",

@@ -26,9 +26,9 @@ "main": "http-proxy-agent.js",

"agent-base": "~1.0.1",
"extend": "~1.2.1",
"debug": "~1.0.0"
"extend": "3",
"debug": "2"
},
"devDependencies": {
"mocha": "~1.18.2",
"mocha": "2",
"proxy": "~0.2.3"
}
}
http-proxy-agent
================
### An HTTP(s) proxy `http.Agent` implementation for HTTP
[![Build Status](https://travis-ci.org/TooTallNate/node-http-proxy-agent.png?branch=master)](https://travis-ci.org/TooTallNate/node-http-proxy-agent)
[![Build Status](https://travis-ci.org/TooTallNate/node-http-proxy-agent.svg?branch=master)](https://travis-ci.org/TooTallNate/node-http-proxy-agent)

@@ -6,0 +6,0 @@ This module provides an `http.Agent` implementation that connects to a specified

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