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.2.3 to 0.2.4

6

lib/urllib.js

@@ -12,4 +12,5 @@ /**

// change Agent.defaultMaxSockets to 1000
http.Agent.defaultMaxSockets = 1000;
// change Agent.maxSockets to 1000
exports.agent = new http.Agent();
exports.agent.maxSockets = 1000;

@@ -72,2 +73,3 @@ /**

port: port,
agent: exports.agent,
headers: args.headers || {}

@@ -74,0 +76,0 @@ };

{
"name": "urllib",
"version": "0.2.3",
"version": "0.2.4",
"description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more. Like python's _urllib_ module.",

@@ -5,0 +5,0 @@ "keywords": ["urllib", "http", "urlopen"],

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