nodejs-book
nodejs-book copied to clipboard
Node.js교과서 소스 코드
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
await Good.update({ SoldId: success.UserId }, { where: { id: good.id } }); -> await good.setSold(success.UserId)
잘못된 명령어를 처리하는 부분에서 책에는 program .action((cmd, args) => { 이렇게 파라미터를 쓰면 cmd에 커맨드, args에 인수가 온다고 했는데 실행해보니까 cmd는 빈 객체가 오고 args에 커맨드 객체가 와서 다음 코드와...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
color-hash 버전 2.0.1 기준으로 new ColorHash()에서 생성자가 아니라며 에러가 뜨는군요. const ColorHash = require('color-hash').default; 위처럼 사용해야한다고 하네요.
https://medium.com/passportjs/fixing-session-fixation-b2b68619c51d