🚀 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
35
9

4.1.2

Diff
blomqma
published 4.1.2 •

Changelog

Source

4.1.2 - 2023-12-18

Fixed

  • Fix typings for optional additional OpenAPI properties that are merged with the generated document.
blomqma
published 4.1.1 •

Changelog

Source

4.1.1 - 2023-12-18

Fixed

  • Fix RPC data structure to merge in CLI commands.

Thanks to @roothybrid7 for the fix!

blomqma
published 4.1.0 •

Changelog

Source

4.1.0 - 2023-12-13

Changed

  • Improve typings, OpenAPI generation, RPC logic and documentation. Rename several public APIs and deprecate the old ones:
  • docsRouteHandler -> docsRoute
  • routeHandler -> route
  • rpcRouteHandler -> rpcRoute
  • apiRouteHandler -> apiRoute
  • docsApiRouteHandler -> docsApiRoute
  • rpcApiRouteHandler -> rpcApiRoute
blomqma
published 4.0.0 •

Changelog

Source

4.0.0 - 2023-11-21

Added

  • Add support for creating RPC endpoints.

Breaking change:

The output function has been renamed to outputs for clarity, simply renaming this will be enough for upgrading.

blomqma
published 3.4.7 •

Changelog

Source

3.4.7 - 2023-11-14

Fixed

  • Fix prettier import potentially causing a module resolution issue in some Node.js environments.
blomqma
published 3.4.6 •

Changelog

Source

3.4.6 - 2023-11-12

Added

  • Add CLI option to view additional logs for debugging purposes for the generate and validate commands.
blomqma
published 3.4.5 •
blomqma
published 3.4.4 •

Changelog

Source

3.4.4 - 2023-11-06

Changed

  • Use content-relative URL for fetching the openapi.json in the docs clients.
blomqma
published 3.4.3 •

Changelog

Source

3.4.3 - 2023-11-05

Fixed

  • Fix OpenAPI generation with dynamic routes that contain multiple path parameters.
blomqma
published 3.4.2 •

Changelog

Source

3.4.2 - 2023-11-05

Fixed

  • Fix npm install not working on Windows.