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

urllib

Package Overview
Dependencies
Maintainers
3
Versions
222
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.2.1 to 2.2.2

5

History.md
2.2.2 / 2015-01-21
==================
* remove unuse event handlers
2.2.1 / 2014-12-10

@@ -3,0 +8,0 @@ ==================

22

lib/urllib.js

@@ -485,11 +485,11 @@ /**!

res.on('close', function () {
debug('Request#%d %s: `res close` event emit, total size %d',
reqId, url, responseSize);
});
// res.on('close', function () {
// debug('Request#%d %s: `res close` event emit, total size %d',
// reqId, url, responseSize);
// });
res.on('error', function () {
debug('Request#%d %s: `res error` event emit, total size %d',
reqId, url, responseSize);
});
// res.on('error', function () {
// debug('Request#%d %s: `res error` event emit, total size %d',
// reqId, url, responseSize);
// });

@@ -585,5 +585,5 @@ res.on('aborted', function () {

req.on('close', function () {
debug('Request#%d %s: `req close` event emit', reqId, options.path);
});
// req.on('close', function () {
// debug('Request#%d %s: `req close` event emit', reqId, options.path);
// });

@@ -590,0 +590,0 @@ req.on('error', function (err) {

{
"name": "urllib",
"version": "2.2.1",
"version": "2.2.2",
"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