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.30.0 to 3.30.1

6

CHANGELOG.md
# @ts-rest/fastify
## 3.30.1
### Patch Changes
- a30326c: Remove console log in fasitfy route initialization for `@ts-rest/fastify`
## 3.30.0

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

1

index.js

@@ -127,3 +127,2 @@ 'use strict';

if (typeof routerImpl === 'object') {
console.log(routerImpl);
if (implementationIsInitialisedRouter(routerImpl)) {

@@ -130,0 +129,0 @@ recursivelyRegisterRouter(routerImpl.routes, routerImpl.contract, [...path], fastify, options);

{
"name": "@ts-rest/fastify",
"version": "3.30.0",
"version": "3.30.1",
"peerDependencies": {
"fastify": "^4.0.0",
"zod": "^3.21.0",
"@ts-rest/core": "3.30.0"
"@ts-rest/core": "3.30.1"
},

@@ -9,0 +9,0 @@ "peerDependenciesMeta": {

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