Socket
Socket
Sign inDemoInstall

http2

Package Overview
Dependencies
1
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

5

HISTORY.md
Version history
===============
### 2.1.1 (2013-12-21) ###
* Minor bugfix
* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.1.1.tar.gz)
### 2.1.0 (2013-11-10) ###

@@ -5,0 +10,0 @@

1

lib/http.js

@@ -406,2 +406,3 @@ // Public API

endpoint.on('error', this.emit.bind(this, 'clientError'));
socket.on('error', this.emit.bind(this, 'clientError'));

@@ -408,0 +409,0 @@ this.emit('connection', socket, endpoint);

2

package.json
{
"name": "http2",
"version": "2.1.0",
"version": "2.1.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc