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

fastify-decorators

Package Overview
Dependencies
Maintainers
0
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-decorators - npm Package Compare versions

Comparing version 3.15.1 to 3.16.0

7

CHANGELOG.md

@@ -8,5 +8,12 @@ # Changelog

## 3.16.0
### Added
- Fastify v5 support
## 3.15.1
### Fixed
- application does not start up when service with initializer is loaded but not instantiated (issue [#877](https://github.com/L2jLiga/fastify-decorators/issues/877))

@@ -13,0 +20,0 @@

0

docs/Bootstrapping.md

@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1>

@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1>

@@ -0,0 +0,0 @@ # Migration from v2.x to v3.x

@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1>

@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1>

@@ -0,0 +0,0 @@ <h1 style="text-align: center">Fastify decorators</h1>

4

package.json
{
"name": "fastify-decorators",
"version": "3.15.1",
"version": "3.16.0",
"description": "Framework aimed to provide useful TypeScript decorators to implement controllers, services and request handlers, built with Fastify.",

@@ -59,3 +59,3 @@ "type": "module",

"@types/node": "*",
"fastify": "^3.0.1 || ^4.0.0"
"fastify": "^3.0.1 || ^4.0.0 || ^5.0.0"
},

@@ -62,0 +62,0 @@ "maintainers": [

@@ -1,2 +0,2 @@

[![Fastify decorators](https://raw.githubusercontent.com/L2jLiga/fastify-decorators/v3.15.1/assets/logo.png)](https://github.com/L2jLiga/fastify-decorators)
[![Fastify decorators](https://raw.githubusercontent.com/L2jLiga/fastify-decorators/v3.16.0/assets/logo.png)](https://github.com/L2jLiga/fastify-decorators)

@@ -263,7 +263,7 @@ [![npm version](https://badge.fury.io/js/fastify-decorators.svg?colorB=brightgreen)](https://www.npmjs.com/package/fastify-decorators)

[fastify resty]: https://github.com/FastifyResty/fastify-resty
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Bootstrapping.md
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Controllers.md
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Request%20Handlers.md
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Services%20and%20dependency%20injection.md
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Testing.md
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.15.1/docs/Migration%20to%20v3.md
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Bootstrapping.md
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Controllers.md
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Request%20Handlers.md
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Services%20and%20dependency%20injection.md
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Testing.md
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.16.0/docs/Migration%20to%20v3.md

Sorry, the diff of this file is not supported yet

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