Socket
Socket
Sign inDemoInstall

urllib

Package Overview
Dependencies
Maintainers
1
Versions
221
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.4.0 to 0.4.1

5

History.md
0.4.1 / 2013-08-05
==================
* return RemoteSocketClosedError when Remote socket was terminated before `response.end()` was called
0.4.0 / 2013-08-05

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

@@ -218,2 +218,8 @@ /**

}
if (res.aborted) {
err = new Error('Remote socket was terminated before `response.end()` was called');
err.name = 'RemoteSocketClosedError';
}
done(err, data, res);

@@ -220,0 +226,0 @@ });

2

package.json
{
"name": "urllib",
"version": "0.4.0",
"version": "0.4.1",
"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" ],

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