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

fastify-decorators

Package Overview
Dependencies
Maintainers
1
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.7.0 to 3.7.1

testing/configure-controller-test.cjs

10

CHANGELOG.md

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

## 3.7.1
### Fixed
- Missed CJS files for `fastify-decorators/testing` (#113)
## 3.7.0
### Added
- Added option to specify plugins when configuring controllers/services tests

@@ -16,2 +24,4 @@ - Publish library as dual package (ES Modules + CommonJS)

### Added
- `FastifyInstanceWithController` interface for testing (#93)

@@ -18,0 +28,0 @@

2

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -256,9 +256,9 @@ [![Fastify decorators](./assets/logo.png)](https://github.com/L2jLiga/fastify-decorators)

[fastify resty]: https://github.com/FastifyResty/fastify-resty
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Bootstrapping.md
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Controllers.md
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Request%20Handlers.md
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Services%20and%20dependency%20injection.md
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Hooks.md
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Error%20handling.md
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Testing.md
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.0/docs/Migration%20to%20v3.md
[bootstrapping]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Bootstrapping.md
[controllers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Controllers.md
[request handlers]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Request%20Handlers.md
[services and dependency injection]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Services%20and%20dependency%20injection.md
[hooks]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Hooks.md
[error handling]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Error%20handling.md
[testing]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Testing.md
[migration guide (v3)]: https://github.com/L2jLiga/fastify-decorators/blob/v3.7.1/docs/Migration%20to%20v3.md
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