New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fastify-auto-push

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-auto-push - npm Package Compare versions

Comparing version

to
0.2.0

7

package.json
{
"name": "fastify-auto-push",
"version": "0.1.1",
"version": "0.2.0",
"description": "HTTP/2 auto-push middleware for fastify",

@@ -25,2 +25,5 @@ "main": "build/src/index.js",

},
"engines": {
"node": ">=9.4.0 || >8.9.4 <9"
},
"keywords": [

@@ -49,3 +52,3 @@ "http2",

"fastify-plugin": "^0.2.1",
"h2-auto-push": "^0.1.0",
"h2-auto-push": "^0.2.0",
"send": "^0.16.1"

@@ -52,0 +55,0 @@ },

@@ -31,2 +31,4 @@ # Fastify plugin for HTTP/2 automatic server push

**This package currently works only with Node >=9.4.0.**
## How to use

@@ -33,0 +35,0 @@