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

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.88.1-postman.36 to 2.88.1-postman.37

8

lib/http2/request.js

@@ -167,3 +167,3 @@ const url = require('url')

_flushHeaders () {
_flushHeaders (endStream = false) {
if (this[kHeadersFlushed]) {

@@ -178,3 +178,3 @@ throw new Error('Headers already flushed')

this.stream = this._client.request(this.requestHeaders, { endStream: false })
this.stream = this._client.request(this.requestHeaders, {endStream})

@@ -215,3 +215,3 @@ this.registerListeners()

if (!this[kHeadersFlushed]) {
this._flushHeaders()
this._flushHeaders(true)
}

@@ -323,3 +323,3 @@ this.stream.end()

get headers () {
return this.response
return Object.fromEntries(Object.entries(this.response))
}

@@ -326,0 +326,0 @@

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

],
"version": "2.88.1-postman.36",
"version": "2.88.1-postman.37",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

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