Comparing version 2.86.0 to 2.87.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206652
20
17
2537
- Removedhawk@~6.0.2
- Removedboom@4.3.15.3.3(transitive)
- Removedcryptiles@3.2.1(transitive)
- Removedhawk@6.0.2(transitive)
- Removedhoek@4.3.1(transitive)
- Removedsntp@2.1.0(transitive)