Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

request

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request - npm Package Compare versions

Comparing version 2.41.0 to 2.42.0

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "2.41.0",
"version": "2.42.0",
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",

@@ -13,0 +13,0 @@ "repository": {

@@ -414,4 +414,6 @@ var optional = require('./lib/optional')

if (self.proxy.auth && !self.proxyAuthorization) {
var authPieces = self.uri.auth.split(':').map(function(item){ return querystring.unescape(item) })
var authHeader = 'Basic ' + toBase64(authPieces[0], authPieces.slice(1).join(':'))
var authPieces = self.proxy.auth.split(':').map(function(item){
return querystring.unescape(item)
})
var authHeader = 'Basic ' + toBase64(authPieces.join(':'))
self.proxyAuthorization = authHeader

@@ -418,0 +420,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