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

openapi-mock-express-middleware

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-mock-express-middleware - npm Package Versions

aleksandryackovlev
published 4.3.1 •

Changelog

Source

4.3.1 (2024-10-05)

aleksandryackovlev
published 4.2.0 •

Changelog

Source

4.2.0 (2024-06-25)

Features

  • generator: add option for examples randomization in responses (6bb8a1e), closes #52
aleksandryackovlev
published 4.1.2 •

Changelog

Source

4.1.2 (2024-04-24)

aleksandryackovlev
published 4.1.1 •

Changelog

Source

4.1.1 (2024-03-11)

aleksandryackovlev
published 4.0.1 •

Changelog

Source

4.0.1 (2022-01-31)

⚠ BREAKING CHANGES

  • generator: The generation of examples can be overwritten
  • router: Error handling must be confgured outside of the middleware.
  • options: The deprecated file option is removed. The locale option is removed because Faker.js is no longer used inside the middleware be default and should be configured separetely. jsfCallback is renamed into configure.

Features

  • generator: allow to overwrite the behavior for examples (1466fed)

Bug Fixes

  • operations: support parameters in the path section (90cbae6), closes #37

  • options: refactor middleware options (c7fdf85)

  • router: remove error handlers from the router (3af3fc7)

aleksandryackovlev
published 3.0.2 •

Changelog

Source

3.0.2 (2021-10-27)

aleksandryackovlev
published 3.0.0 •

Changelog

Source

3.0.0 (2021-06-13)

Bug Fixes

  • eslint: fix typo in is authenticated middleware (fb06b82)
  • tsconfig: temporarily skip lib checks (84616f8)
aleksandryackovlev
published 2.0.2 •

Changelog

Source

2.0.2 (2021-03-08)

aleksandryackovlev
published 2.0.1 •

Changelog

Source

2.0.1 (2021-02-17)

Bug Fixes

  • headers: make headers' params case insensitive (370d621)
aleksandryackovlev
published 2.0.0 •

Changelog

Source

2.0.0 (2020-12-26)

⚠ BREAKING CHANGES

  • cors: cors option is no longer available

Bug Fixes

  • validator: update ajv initialization options according to the new api (04d64f8)

  • cors: remove cors handling (2bc16d0)