typescript-rest icon indicating copy to clipboard operation
typescript-rest copied to clipboard

This is a lightweight annotation-based expressjs extension for typescript.

Results 78 typescript-rest issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

This PR bumps multer version from 1.4.2 to 1.4.5-lts.1 to remove [dicer vulnerability](https://github.com/advisories/GHSA-wm7h-9275-46v2)

This PR allows to reduce build size and remove redundant files from the package.

The libs **busboy** and **dicer** that are dependent **typescript-rest** showed vulnerabilities. Used versions: ``` ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ```

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

How to i use multer with the library? I use multer for uploading files. In my code I have export upload Array = multer({}).array('files'). And it is kind of Middleware...

Hi there, we've been using your lib very gladly and thankfully for the last two years now. However, upgrading typescript versions and type patterns has led to problems with certain...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=swagger-ui-express&from_version=4.1.6&to_version=4.2.0&pr_id=fca50dd4-ce85-4548-88cd-88bf8ae1d5c0&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Hi, can i have multiple preproccesor or middlwares run before execute an endpoint?