laundry
laundry copied to clipboard
Data laundering tools
Bumps [mysql](https://github.com/mysqljs/mysql) from 2.13.0 to 2.14.0. Changelog *Sourced from [mysql's changelog](https://github.com/mysqljs/mysql/blob/master/Changes.md).* > ## v2.14.0 (2017-07-25) > > * Add new Amazon RDS ap-south-1 certificate CA to Amazon RDS SSL profile...
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.2 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.0 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
Currently using [Autolinker.js](https://github.com/gregjacobs/Autolinker.js) in a few places to link URLs, hashtags, and usernames, but it has issues. Updating to the latest causes even more issues. Could do an implementation from...
Follow Pinterest similar to other services. https://developers.pinterest.com
Currently we use `ytdl.getInfo` to get the URL of a video stream, and then use our own logic to download it. Instead, we should use ytdl's native downloading facility to...
Allow for schedules to be entered as anything [later.js](http://bunkat.github.io/later/) can deal with, in addition to the current times and intervals.
If a job is to run every hour, run it at the top of the hour instead of just every 60 minutes after start. If a job is to run...
Jobs which aren't scheduled to run after other jobs could be run in parallel to improve performance. But... performance isn't really a problem right now, and it would make the...