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.2.1 to 4.2.2

2

package.json
{
"name": "fastify-raw-body",
"version": "4.2.1",
"version": "4.2.2",
"description": "Request raw body",

@@ -5,0 +5,0 @@ "main": "plugin.js",

@@ -106,3 +106,3 @@ 'use strict'

const plugin = fp(rawBody, {
fastify: '^4.10.x',
fastify: '^4.19.x',
name: 'fastify-raw-body'

@@ -109,0 +109,0 @@ })

@@ -22,2 +22,3 @@ # fastify-raw-body

| `^4.0.0` | `^4.0.0` |
| `^4.2.1` | `^4.19.0` |

@@ -24,0 +25,0 @@

@@ -80,3 +80,3 @@ 'use strict'

t.ok(err)
t.match(err.message, /expected '\^4.10.x' fastify version/)
t.match(err.message, /expected '\^4.19.x' fastify version/)
})

@@ -83,0 +83,0 @@ })

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