fastify-auto-push
Advanced tools
Comparing version
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21942
0.52%43
4.88%0
-100%+ Added
- Removed
Updated