snutt icon indicating copy to clipboard operation
snutt copied to clipboard

SNU Timetable (deprecated)

Results 22 snutt issues
Sort by recently updated
recently updated
newest added

Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...

dependencies

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mocha](https://github.com/mochajs/mocha) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog....

dependencies

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.5 to 6.9.9. Release notes Sourced from nodemailer's releases. v6.9.9 6.9.9 (2024-02-01) Bug Fixes security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

귀찮아서 그냥 몽고 쿼리로 넣어버림 ```js let cursor = db.lectures.find(); while (cursor.hasNext()) { let document = cursor.next() const class_time_json = document["class_time_json"].map((json, idx) => { let start = json["start"]; let len...

ext.confirm_message 로 문구를 만들어서 던지는데 ext.conflict_lectures 등으로 변경해서 던지기 ( 문구는 클라에서 만듦 )