🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

next-rest-framework

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-rest-framework - npm Package Versions

1
5678

0.2.0

Diff
blomqma
published 0.2.0 •

Changelog

Source

0.2.0 - 2023-01-03

Changed

  • The public API is changed in a way that the OpenAPI spec generation is split out from the input/output validation. The validation is now done with input and output keywords within the defineEndpoints handler, that generates a minimal OpenAPI spec out of the contents of the input and output definitions and all other OpenAPI generation-related overrides are done inside the openApiSpec object. This makes the separation of the business logic and documentation clearer, while still auto-generating the definitions from the application logic.
blomqma
published 0.2.0-rc.1 •
blomqma
published 0.1.2 •

Changelog

Source

0.1.2 - 2022-12-09

Fixed

  • Fix static URL that was used for API route instrumentation. The hardcoded value is now replaced with a dynamic value that should work in all environment. This change also caused the removal of the getOpenApiSpec function from the API. This is considered to be an API-breaking change but the early versions are not considered to be in use yet so it's safe to include it here.
blomqma
published 0.1.1 •

Changelog

Source

0.1.1 - 2022-12-09

Fixed

  • Fix NPM package not working due to CommonJS and ESM interoperability issue.
  • Fix missing summary field from OpenAPI paths.
  • Fix miscellaneous typos in README.

Added

  • Add an example application with the installed NPM package.
blomqma
published 0.1.0 •

Changelog

Source

0.1.0 - 2022-12-03

Added

  • Added initial version of Next REST Framework.
blomqma
published 1.0.0 •