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

urllib

Package Overview
Dependencies
Maintainers
3
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.3.6 to 2.3.7

6

History.md
2.3.7 / 2015-06-04
==================
* test: use cnpmjs.org instead of taobao.com
* fix: need to resume res before next redirect request start
2.3.6 / 2015-06-03

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

4

lib/urllib.js

@@ -447,5 +447,7 @@ /**!

if (result.redirect) {
res.resume();
return;
}
if (result.error) {
res.resume();
return done(result.error, null, res);

@@ -476,5 +478,7 @@ }

if (result.redirect) {
res.resume();
return;
}
if (result.error) {
res.resume();
// end ths stream first

@@ -481,0 +485,0 @@ writeStream.end();

13

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

@@ -43,13 +43,14 @@ "keywords": [

"devDependencies": {
"agentkeepalive": "~2.0.2",
"agentkeepalive": "2",
"autod": "*",
"bluebird": "*",
"co": "*",
"formstream": "~1.0.0",
"coffee": "1",
"formstream": "1",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"pedding": "~1.0.0",
"semver": "~4.3.3",
"should": "~6.0.3",
"pedding": "1",
"semver": "4",
"should": "6",
"should-http": "*"

@@ -56,0 +57,0 @@ },

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