fastify-raw-body
Advanced tools
Comparing version 4.3.0 to 5.0.0
{ | ||
"name": "fastify-raw-body", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"description": "Request raw body", | ||
@@ -10,3 +10,3 @@ "main": "plugin.js", | ||
"lint:fix": "standard --fix", | ||
"test": "tap test/**.test.* && tsd", | ||
"test": "tap --show-full-coverage && tsd", | ||
"test:types": "tsd" | ||
@@ -37,11 +37,11 @@ }, | ||
"devDependencies": { | ||
"@types/node": "^20.1.0", | ||
"fastify": "^4.19.0", | ||
"@types/node": "^22.0.0", | ||
"fastify": "^5.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.2.0", | ||
"tsd": "^0.29.0" | ||
"tap": "^21.0.0", | ||
"tsd": "^0.31.0" | ||
}, | ||
"dependencies": { | ||
"fastify-plugin": "^4.0.0", | ||
"raw-body": "^2.5.1", | ||
"fastify-plugin": "^5.0.0", | ||
"raw-body": "^3.0.0", | ||
"secure-json-parse": "^2.4.0" | ||
@@ -48,0 +48,0 @@ }, |
@@ -107,3 +107,3 @@ 'use strict' | ||
const plugin = fp(rawBody, { | ||
fastify: '^4.19.x', | ||
fastify: '^5.x', | ||
name: 'fastify-raw-body' | ||
@@ -110,0 +110,0 @@ }) |
@@ -19,6 +19,7 @@ # fastify-raw-body | ||
| ------------- |:---------------:| | ||
| `^5.0.0` | `^5.0.0` | | ||
| `^4.2.1` | `^4.19.0` | | ||
| `^4.0.0` | `^4.0.0` | | ||
| `^3.0.0` | `^3.0.0` | | ||
| `^2.0.0` | `^2.0.0` | | ||
| `^3.0.0` | `^3.0.0` | | ||
| `^4.0.0` | `^4.0.0` | | ||
| `^4.2.1` | `^4.19.0` | | ||
@@ -25,0 +26,0 @@ |
@@ -80,3 +80,3 @@ 'use strict' | ||
t.ok(err) | ||
t.match(err.message, /expected '\^4.19.x' fastify version/) | ||
t.match(err.message, /expected '\^5.x' fastify version/) | ||
}) | ||
@@ -83,0 +83,0 @@ }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25938
77
+ Addedfastify-plugin@5.0.1(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedraw-body@3.0.0(transitive)
- Removedfastify-plugin@4.5.1(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedraw-body@2.5.2(transitive)
Updatedfastify-plugin@^5.0.0
Updatedraw-body@^3.0.0