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.4.0 to 2.5.0

6

HISTORY.md
Version history
===============
### 2.5.0 (2014-04-24) ###
* Upgrade to the latest draft: [draft-ietf-httpbis-http2-12]
[draft-ietf-httpbis-http2-12]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-12
### 2.4.0 (2014-04-16) ###

@@ -5,0 +11,0 @@

8

lib/http.js

@@ -124,3 +124,3 @@ // Public API

// [2]: http://nodejs.org/api/http.html
// [3]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-11#section-8.1.3.2
// [3]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-12#section-8.1.3.2
// [expect-continue]: https://github.com/http2/http2-spec/issues/18

@@ -208,3 +208,3 @@ // [connect]: https://github.com/http2/http2-spec/issues/230

// [Request Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-11#section-8.1.3.1)
// [Request Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-12#section-8.1.3.1)
// * `headers` argument: HTTP/2.0 request and response header fields carry information as a series

@@ -521,3 +521,3 @@ // of key-value pairs. This includes the target URI for the request, the status code for the

// [Request Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-11#section-8.1.3.1)
// [Request Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-12#section-8.1.3.1)
// * `headers` argument: HTTP/2.0 request and response header fields carry information as a series

@@ -953,3 +953,3 @@ // of key-value pairs. This includes the target URI for the request, the status code for the

// [Response Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-11#section-8.1.3.2)
// [Response Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-12#section-8.1.3.2)
// * `headers` argument: HTTP/2.0 request and response header fields carry information as a series

@@ -956,0 +956,0 @@ // of key-value pairs. This includes the target URI for the request, the status code for the

@@ -1,2 +0,2 @@

// [node-http2][homepage] is an [HTTP/2 (draft 11)][http2] implementation for [node.js][node].
// [node-http2][homepage] is an [HTTP/2 (draft 12)][http2] implementation for [node.js][node].
//

@@ -14,3 +14,3 @@ // The core of the protocol is implemented by the [http2-protocol] module. This module provides

// [http2-protocol]: https://github.com/molnarg/node-http2-protocol
// [http2]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-11
// [http2]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-12
// [node]: http://nodejs.org/

@@ -17,0 +17,0 @@ // [node-https]: http://nodejs.org/api/https.html

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

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"dependencies": {
"http2-protocol": "0.11.x"
"http2-protocol": "0.12.x"
},

@@ -13,0 +13,0 @@ "devDependencies": {

node-http2
==========
An HTTP/2 ([draft-ietf-httpbis-http2-11](http://tools.ietf.org/html/draft-ietf-httpbis-http2-11))
An HTTP/2 ([draft-ietf-httpbis-http2-12](http://tools.ietf.org/html/draft-ietf-httpbis-http2-12))
client and server implementation for node.js.

@@ -6,0 +6,0 @@

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