overnight icon indicating copy to clipboard operation
overnight copied to clipboard

TypeScript decorators for the ExpressJS Server.

Results 36 overnight issues
Sort by recently updated
recently updated
newest added

Hello, I would like to use OvernightJS in my project. But I ran into an issue where all my routes hit the 404 status code. I wonder if this is...

Allow to create a controller decorator with multi endpoints just like [NestJS](https://github.com/nestjs/nest/blob/149483a852a70f0b095997450889442ed93bc3b8/packages/common/decorators/core/controller.decorator.ts#L77) does Current behavior ```js // endpoints: /users/:id @Controller("users") export class UserController { @Get(":id") public async getOneUser() { //...

Hello, this issue is similar to #46, as i would like to have a controller with multiple endpoints. For example ```typescript @Controller("users") @Controller("user") export class UserController { @Get("") public async...

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

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

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

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

Hello, My project is currently using OvernightJS and I am exploring ways to do API versioning. One of the ways I have attempted to maintain multiple API versions is to...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies