Socket
Socket
Sign inDemoInstall

postman-request

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-request - npm Package Compare versions

Comparing version 2.86.1-postman.2-beta.1 to 2.87.1-postman.1-beta.1

lib/hawk.js

4

package.json

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

],
"version": "2.86.1-postman.2-beta.1",
"version": "2.87.1-postman.1-beta.1",
"repository": {

@@ -35,3 +35,2 @@ "type": "git",

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

@@ -83,3 +82,2 @@ "is-typedarray": "~1.0.0",

"ignore": [
"hawk",
"har-validator"

@@ -86,0 +84,0 @@ ]

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

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

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

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

@@ -1473,3 +1473,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))
}

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