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

koa-spdy-push

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-spdy-push - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

7

index.js

@@ -70,3 +70,8 @@

zlib.gzip(body, function (err, body) {
if (err) return onerror(err)
if (err) {
onerror(err)
stream.destroy()
return
}
stream.end(body)

@@ -73,0 +78,0 @@ })

2

package.json
{
"name": "koa-spdy-push",
"description": "SPDY Push helper for Koa",
"version": "0.1.7",
"version": "0.1.8",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

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