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

request

Package Overview
Dependencies
Maintainers
4
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.86.0 to 2.87.0

lib/hawk.js

3

package.json

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

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

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

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

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

@@ -9,3 +9,2 @@ 'use strict'

var zlib = require('zlib')
var hawk = require('hawk')
var aws2 = require('aws-sign2')

@@ -28,2 +27,3 @@ var aws4 = require('aws4')

var OAuth = require('./lib/oauth').OAuth
var hawk = require('./lib/hawk')
var Multipart = require('./lib/multipart').Multipart

@@ -1425,3 +1425,3 @@ var Redirect = require('./lib/redirect').Redirect

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

@@ -1428,0 +1428,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc