BackNight

Results 3 issues of BackNight

Everything is in the title

Hello, The repository hasn't got any commit for 7 months now, is there still someone maintaining it? Thanks a lot.

## Description The **IsNumber()** decorator doesn't work on scientifically annotated numbers when specifying `maxDecimalPlaces` option because `value.toString()` has no dot in it and crashes (see issue: https://github.com/typestack/class-validator/issues/1705). https://github.com/typestack/class-validator/blob/4a0ec6680161fc611ba9fdea74fd34653c3997e6/src/decorator/typechecker/IsNumber.ts#L34 This patch...