Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

http2

Package Overview
Dependencies
0
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.1 to 3.3.2

4

HISTORY.md
Version history
===============
### 3.3.2 (2016-01-11) ###
* Fix an incompatibility with Firefox (issue 167)
### 3.3.1 (2016-01-11) ###

@@ -5,0 +9,0 @@

5

lib/protocol/connection.js

@@ -382,7 +382,2 @@ var assert = require('assert');

if (!stream) {
if (frame.type != 'HEADERS') {
// HEADERS is the only thing that can create a stream, freak out.
this.close('PROTOCOL_ERROR');
return;
}
stream = this._createIncomingStream(frame.stream);

@@ -389,0 +384,0 @@ }

{
"name": "http2",
"version": "3.3.1",
"version": "3.3.2",
"description": "An HTTP/2 client and server implementation",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc