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

2

lib/http2/request.js

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

get _header () {
return Object.entries(this.stream.sentHeaders)
return '\r\n' + Object.entries(this.stream.sentHeaders)
.map(([key, value]) => `${key}: ${value}`)

@@ -93,0 +93,0 @@ .join('\r\n') + '\r\n\r\n'

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

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

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

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