dev-blog
dev-blog copied to clipboard
개발 블로그, 공부한거 정리
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...
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...
Bumps [remark-html](https://github.com/remarkjs/remark-html) from 14.0.0 to 14.0.1. Release notes Sourced from remark-html's releases. 14.0.1 b75c9dd Security: Fix to sanitize by default The docs have always said remark-html is safe by default....
## 학습 계획 ### JavaScript - [ ] `var` vs `let` vs `const` - [ ] prototype - [ ] excution context - [ ] 이상한 JS 모음 ### Browser...