Socket
Socket
Sign inDemoInstall

postman-request

Package Overview
Dependencies
22
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.88.1-postman.31 to 2.88.1-postman.32

2

lib/auth.js
'use strict'
var caseless = require('caseless')
var uuid = require('uuid/v4')
var uuid = require('uuid').v4
var helpers = require('./helpers')

@@ -6,0 +6,0 @@

'use strict'
var tough = require('tough-cookie')
var tough = require('@postman/tough-cookie')

@@ -5,0 +5,0 @@ var Cookie = tough.Cookie

'use strict'
var uuid = require('uuid/v4')
var uuid = require('uuid').v4
var CombinedStream = require('combined-stream')

@@ -5,0 +5,0 @@ var isstream = require('isstream')

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

var caseless = require('caseless')
var uuid = require('uuid/v4')
var uuid = require('uuid').v4
var oauth = require('oauth-sign')

@@ -8,0 +8,0 @@ var crypto = require('crypto')

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

],
"version": "2.88.1-postman.31",
"version": "2.88.1-postman.32",
"repository": {

@@ -28,6 +28,7 @@ "type": "git",

"@postman/form-data": "~3.1.1",
"@postman/tough-cookie": "~4.1.2-postman.1",
"@postman/tunnel-agent": "^0.6.3",
"aws-sign2": "~0.7.0",
"aws4": "^1.8.0",
"brotli": "~1.3.2",
"aws4": "^1.12.0",
"brotli": "^1.3.3",
"caseless": "~0.12.0",

@@ -42,10 +43,9 @@ "combined-stream": "~1.0.6",

"json-stringify-safe": "~5.0.1",
"mime-types": "~2.1.19",
"mime-types": "^2.1.35",
"oauth-sign": "~0.9.0",
"performance-now": "^2.1.0",
"qs": "~6.5.2",
"qs": "~6.5.3",
"safe-buffer": "^5.1.2",
"stream-length": "^1.0.2",
"tough-cookie": "~2.5.0",
"uuid": "^3.3.2"
"uuid": "^8.3.2"
},

@@ -63,3 +63,3 @@ "scripts": {

"browserify-istanbul": "^2.0.0",
"buffer-equal": "^1.0.0",
"buffer-equal": "^1.0.1",
"codecov": "^3.0.4",

@@ -71,3 +71,3 @@ "coveralls": "^3.0.2",

"karma-browserify": "^5.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^1.0.0",

@@ -74,0 +74,0 @@ "karma-coverage": "^1.0.0",

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

var aws4 = require('aws4')
var uuid = require('uuid/v4')
var uuid = require('uuid').v4
var httpSignature = require('http-signature')

@@ -15,0 +15,0 @@ var mime = require('mime-types')

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc