Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spdy

Package Overview
Dependencies
Maintainers
0
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spdy - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

lib/spdy/push_stream.js

@@ -29,2 +29,5 @@ /**

};
if (/\.html?$/.test(url))
this._headers["content-type"] = "text/html";
};

@@ -31,0 +34,0 @@ util.inherits(PushStream, stream.Stream);

4

package.json
{
"name": "spdy",
"description": "...",
"version": "0.1.0",
"description": "Implementation of the SPDY protocol on node.js.",
"version": "0.1.1",

@@ -6,0 +6,0 @@ "author": "Fedor Indutny <fedor.indutny@gmail.com>",

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