Socket
Socket
Sign inDemoInstall

request

Package Overview
Dependencies
54
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.83.0 to 2.84.0

2

lib/oauth.js

@@ -74,3 +74,3 @@ 'use strict'

return Buffer.from(sha1).toString('base64')
return Buffer.from(sha1, 'hex').toString('base64')
}

@@ -77,0 +77,0 @@

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

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

@@ -39,3 +39,3 @@ "repository": {

"har-validator": "~5.0.3",
"hawk": "~6.0.2",
"hawk": "~7.0.7",
"http-signature": "~1.2.0",

@@ -42,0 +42,0 @@ "is-typedarray": "~1.0.0",

@@ -1429,3 +1429,3 @@ 'use strict'

var self = this
self.setHeader('Authorization', hawk.client.header(self.uri, self.method, opts).field)
self.setHeader('Authorization', hawk.client.header(self.uri, self.method, opts).header)
}

@@ -1432,0 +1432,0 @@ Request.prototype.oauth = function (_oauth) {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc