swagger-routes icon indicating copy to clipboard operation
swagger-routes copied to clipboard

Generate Express or Restify route handlers from a Swagger specification

Results 20 swagger-routes issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.14.0 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.16.0 to 2.29.2. Changelog Sourced from moment's changelog. 2.29.2 See full changelog Release Apr 3 2022 Address https://github.com/advisories/GHSA-8hfj-j24r-96c4 2.29.1 See full changelog Release Oct 6, 2020 Updated...

dependencies

We are using this library for all routes on Restify 4.x and 6.x without issues. There is however change in path resolver in restify 7.x and it is causing this...

At the moment the `src/apiSpecs` file is intended for testing only, yet it accounts for almost all of the dependencies of this module. The upshot is we are pulling in...

* update axios to fix a security warning * update apiSpecs.js lib to support breaking change in axois closes #29

This PR updates Axios to `v0.21.1` to fix [Server-Side Request Forgery ](https://www.npmjs.com/advisories/1594) reported by npm. ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Server-Side Request Forgery │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ axios │...

When creating the schema objects that will be validated on the request, schemas created using the "allOf" keyword are not being treated and an empty object is used in its...

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Convert collectionFormat lists to the specified type so that jsonschema validates correctly. For example, a parameter type such as this: idcsv: {name: ids, description: 'list of IDs', in: query, type:...