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

urllib

Package Overview
Dependencies
Maintainers
1
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 0.5.16 to 0.5.17

6

History.md
0.5.17 / 2014-08-08
==================
* Remove aborted. joyent/node#7457
* missing I in urllib logo
0.5.16 / 2014-05-15

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

6

lib/urllib.js

@@ -425,4 +425,5 @@ /**!

if (res.aborted) {
err = new Error('Remote socket was terminated before `response.end()` was called');
err.name = 'RemoteSocketClosedError';
// err = new Error('Remote socket was terminated before `response.end()` was called');
// err.name = 'RemoteSocketClosedError';
debug('Request#%d %s: Remote socket was terminated before `response.end()` was called', reqId, url);
}

@@ -436,2 +437,3 @@

var abortRequest = function () {
debug('Request#%d %s abort, connected: %s', reqId, connnected);
// it wont case error event when req haven't been assigned a socket yet.

@@ -438,0 +440,0 @@ if (!req.socket) {

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

@@ -5,0 +5,0 @@ "keywords": [ "urllib", "http", "urlopen", "curl", "wget", "request", "https" ],

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