mlh-hackathon-nodejs-starter icon indicating copy to clipboard operation
mlh-hackathon-nodejs-starter copied to clipboard

Hackathon starter project for Node.js applications

Results 23 mlh-hackathon-nodejs-starter issues
Sort by recently updated
recently updated
newest added

Bumps [express-handlebars](https://github.com/express-handlebars/express-handlebars) from 4.0.4 to 5.3.1. Release notes Sourced from express-handlebars's releases. v5.3.1 5.3.1 (2021-05-04) Bug Fixes add note about security (78c47a2) v5.3.0 5.3.0 (2021-03-30) Features Add partialsDir.rename option (#151)...

dependencies

### Description Similar to support for GitHub, Twitter, or Google authentication, we would also like to support [MyMLH](https://my.mlh.io/) authentication. This is a login system used at MLH events, we use...

Fixes include : 1) Pass the access code via headers instead of params, as Github has changed the authentication mechanism. 2) Update USER_GUIDE.md to include the DB schema initialization command...

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.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 [underscore](https://github.com/jashkenas/underscore) from 1.10.2 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

### Summary * Updated License section with the correct link to license. ### Before the change : ![Screenshot from 2020-12-24 18-46-11](https://user-images.githubusercontent.com/40469121/103090894-6c981e00-4618-11eb-81a0-7a2e39589c9a.png) ### After the change : ![Screenshot from 2020-12-24 18-46-31](https://user-images.githubusercontent.com/40469121/103090898-715cd200-4618-11eb-9ad8-119845b1640d.png)...

Hello! I ran into some errors when following along the tutorial and these were what I did to fix them: - Ensuring the database specified in databases.json exists in the...