New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

urllib

Package Overview
Dependencies
Maintainers
2
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urllib - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

6

History.md
2.7.0 / 2016-01-14
==================
* feat: response event include data property
* chore: Add host info into debug
2.6.0 / 2015-12-09

@@ -3,0 +9,0 @@ ==================

5

lib/urllib.js

@@ -356,4 +356,4 @@ /**!

var requestUsetime = Date.now() - requestStartTime;
debug('[%sms] done, %s bytes HTTP %s %s %s',
requestUsetime, responseSize, statusCode, options.method, options.path);
debug('[%sms] done, %s bytes HTTP %s %s %s %s',
requestUsetime, responseSize, statusCode, options.method, options.host, options.path);

@@ -368,2 +368,3 @@ var response = {

keepAliveSocket: keepAliveSocket,
data: data
};

@@ -370,0 +371,0 @@

2

package.json
{
"name": "urllib",
"version": "2.6.0",
"version": "2.7.0",
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.",

@@ -5,0 +5,0 @@ "keywords": [

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