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

urllib

Package Overview
Dependencies
Maintainers
2
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.10 to 2.3.11

5

History.md
2.3.11 / 2015-08-12
==================
* fix: httpclient support curl too
2.3.10 / 2015-08-12

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

2

lib/urllib.js

@@ -714,3 +714,3 @@ /**!

HttpClient.prototype.request = function (url, args, callback) {
HttpClient.prototype.request = HttpClient.prototype.curl = function (url, args, callback) {
if (typeof args === 'function') {

@@ -717,0 +717,0 @@ callback = args;

{
"name": "urllib",
"version": "2.3.10",
"version": "2.3.11",
"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