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

@foodsy-app/fastify-typebox

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foodsy-app/fastify-typebox - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

package.json
{
"name": "@foodsy-app/fastify-typebox",
"version": "4.0.0",
"version": "4.0.1",
"description": "Plugin for Fastify to prevent having to write duplicate type definitions for schemas",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,3 @@ # @foodsy-app/fastify-typebox

**Important note before using this plugin!**
## Important note before using this plugin!

@@ -53,2 +53,12 @@ This plugin requires [patch-package](https://www.npmjs.com/package/patch-package) to comment existing type declarations for request methods in `node_modules/fastify/types/instance.d.ts` since TypeScript does not allow to overwrite declarations.

## Tip
Add the patch file to your source control and add the script below to the scripts section in your `package.json` so that people who install your project do not have to manually apply the patch:
```json
"scripts": {
"postinstall": "npx patch-package --patch-dir ."
}
```
## Install

@@ -55,0 +65,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