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

fastify-raw-body

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-raw-body - npm Package Compare versions

Comparing version 4.3.0 to 5.0.0

16

package.json
{
"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

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