express-typescript-boilerplate icon indicating copy to clipboard operation
express-typescript-boilerplate copied to clipboard

A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch

Results 96 express-typescript-boilerplate issues
Sort by recently updated
recently updated
newest added

https://github.com/w3tecch/express-typescript-boilerplate/blob/62c17993526eeffb4e64c2269da3ba4aa043a52a/package.json#L41 I had to change to 3.0.7. Previously, I had missing bcrypt module.

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.0.14. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/v4.0.14/release-notes.md).* > ## v4.0.14 - April 13th, 2019 > Chore/Test: > - test: remove safari from saucelabs - 871accc >...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

Bumps [express-basic-auth](https://github.com/LionC/express-basic-auth) from 1.1.6 to 1.1.7. Commits - [`f593b20`](https://github.com/LionC/express-basic-auth/commit/f593b20ff0b591601d58e6d9bbe4ecef38c9b8bc) 1.1.7 - [`00bb29f`](https://github.com/LionC/express-basic-auth/commit/00bb29fdd638f5cda8025d4398be97d528ce3f6f) :lock::sparkles: Add time safe compare function ([#21](https://github-redirect.dependabot.com/LionC/express-basic-auth/issues/21)) - See full diff in [compare view](https://github.com/LionC/express-basic-auth/compare/v1.1.6...v1.1.7) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express-basic-auth&package-manager=npm_and_yarn&previous-version=1.1.6&new-version=1.1.7)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

I just saw in https://github.com/santiq/bulletproof-nodejs/issues/3 that the event-dispatch library is no longer maintained See: https://github.com/pleerock/event-dispatch#readme The suggestion is to look into https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript

Just cloned the repo and install everything using `yarn run setup` as according to the README.md, and configured my database on my .env file. So far so good. When I...

Is there a way to connect to multiple databases using a single or multiple connection? typeorm docs suggests there is and it works with simple node project, but i cant...

Just for other people that come here from https://github.com/w3tecch/typeorm-seeding, this is out of date. Please check the commits as the Readme is also out of date. Check this PR for...

Hi, I have the following problem. When I'm starting the VS Code Debugger and I'm calling the url /api/users for example then the debugger statement will not stop inside the...