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

@ts-rest/fastify

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-rest/fastify - npm Package Compare versions

Comparing version 3.39.0 to 3.39.1

6

CHANGELOG.md
# @ts-rest/fastify
## 3.39.1
### Patch Changes
- 4e166b3: Fix fastify crashing on malformed request JSON
## 3.39.0

@@ -4,0 +10,0 @@

2

index.cjs.js

@@ -82,3 +82,3 @@ 'use strict';

else {
throw err;
return reply.send(err);
}

@@ -85,0 +85,0 @@ };

@@ -78,3 +78,3 @@ import { validateResponse, isAppRouteNoBody, isAppRouteOtherResponse, checkZodSchema, parseJsonQueryObject } from '@ts-rest/core';

else {
throw err;
return reply.send(err);
}

@@ -81,0 +81,0 @@ };

{
"name": "@ts-rest/fastify",
"version": "3.39.0",
"version": "3.39.1",
"peerDependencies": {

@@ -5,0 +5,0 @@ "fastify": "^4.0.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