Socket
Socket
Sign inDemoInstall

http2

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http2 - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

7

HISTORY.md
Version history
===============
### 2.2.0 (2013-12-25) ###
* Upgrade to the latest draft: [draft-ietf-httpbis-http2-09]
* [Tarball](https://github.com/molnarg/node-http2/archive/node-http2-2.2.0.tar.gz)
[draft-ietf-httpbis-http2-09]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
### 2.1.1 (2013-12-21) ###

@@ -5,0 +12,0 @@

14

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-04#section-8.1.3
// [3]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09#section-8.1.3.2
// [expect-continue]: https://github.com/http2/http2-spec/issues/18

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

// The implemented version of the HTTP/2 specification is [draft 04][1].
// [1]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-04
var implementedVersion = 'HTTP-draft-07/2.0';
// The implemented version of the HTTP/2 specification is [draft 09][1].
// [1]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
var implementedVersion = 'HTTP-draft-09/2.0';

@@ -212,3 +212,3 @@ // When doing NPN/ALPN negotiation, HTTP/1.1 is used as fallback

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

@@ -506,3 +506,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-05#section-8.1.2.1)
// [Request Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-09#section-8.1.3.1)
// * `headers` argument: HTTP/2.0 request and response header fields carry information as a series

@@ -938,3 +938,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-05#section-8.1.2.2)
// [Response Header Fields](http://tools.ietf.org/html/draft-ietf-httpbis-http2-09#section-8.1.3.2)
// * `headers` argument: HTTP/2.0 request and response header fields carry information as a series

@@ -941,0 +941,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 06)][http2] implementation for [node.js][node].
// [node-http2][homepage] is an [HTTP/2 (draft 09)][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-06
// [http2]: http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
// [node]: http://nodejs.org/

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

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

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

"dependencies": {
"http2-protocol": "0.7.x"
"http2-protocol": "0.9.x"
},

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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