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 1.5.0 to 1.5.1

5

History.md
1.5.1 / 2014-09-10
==================
* httpclient add requestThunk()
1.5.0 / 2014-09-10

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

@@ -625,2 +625,10 @@ /**!

HttpClient.prototype.requestThunk = function (url, args) {
args = args || {};
args._events = this.events;
args.agent = args.agent || this.agent;
args.httpsAgent = args.httpsAgent || this.httpsAgent;
return exports.requestThunk(url, args);
};
HttpClient.prototype.on = function (event, listener) {

@@ -627,0 +635,0 @@ if (!this.events) {

2

package.json
{
"name": "urllib",
"version": "1.5.0",
"version": "1.5.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": [

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