Socket
Socket
Sign inDemoInstall

http2-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http2-wrapper - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.4.1

2

package.json
{
"name": "http2-wrapper",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.4.1",
"description": "HTTP2 client, just with the familiar `https` API",

@@ -5,0 +5,0 @@ "main": "source",

@@ -168,3 +168,7 @@ 'use strict';

return servername ? `https://${servername}:${url.port || 443}` : url.origin;
if (servername && url.hostname !== servername) {
url.hostname = servername;
}
return url.origin;
}

@@ -171,0 +175,0 @@

@@ -261,3 +261,3 @@ 'use strict';

if (!response.push(chunk)) {
this.pause();
stream.pause();
}

@@ -264,0 +264,0 @@ });

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