Commit graph

32 commits

Author SHA1 Message Date
Quantum c510191005 npm audit fix 2019-09-09 14:48:35 -04:00
dependabot[bot] 6aa8b69e95 Bump fstream from 1.0.11 to 1.0.12 (#8)
Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/npm/fstream/releases)
- [Commits](https://github.com/npm/fstream/compare/v1.0.11...v1.0.12)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:42:55 -04:00
dependabot[bot] dd4b059c0a Bump lodash from 4.17.11 to 4.17.15 (#7)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:39:33 -04:00
dependabot[bot] 4c4dad0821 Bump tar from 2.2.1 to 2.2.2 (#6)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:38:45 -04:00
dependabot[bot] 3eecc40440 Bump js-yaml from 3.12.0 to 3.13.1 (#5)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:36:23 -04:00
dependabot[bot] 03b76bc7c3 Bump mixin-deep from 1.3.1 to 1.3.2 (#4)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:36:15 -04:00
dependabot[bot] 3c0770b991 Bump lodash.mergewith from 4.6.1 to 4.6.2 (#3)
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:36:04 -04:00
dependabot[bot] e2a605fe4b Bump jquery from 3.3.1 to 3.4.0 (#2)
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:34:37 -04:00
dependabot[bot] b3a7db92b3 Bump bootstrap from 4.1.3 to 4.3.1 (#1)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.1.3 to 4.3.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.1.3...v4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 14:33:57 -04:00
Guanzhong Chen 4a573f5b70
Add .travis.yml (#9) 2019-09-09 14:29:07 -04:00
Quantum 1ad63b528f Update wording of idea and FAQ sections 2018-12-05 01:40:44 -05:00
Quantum b474b17c49 Put a border around xkcd and store it on our servers 2018-12-04 22:18:09 -05:00
Quantum eeb54b90b5 Add a footer 2018-12-04 22:01:28 -05:00
Quantum 816841bc29 Add FAQ 2018-12-04 20:44:36 -05:00
Quantum 098884808c Add some more unit tests 2018-12-04 19:49:47 -05:00
Quantum 110efa414e Add large word list 2018-12-04 19:20:58 -05:00
Quantum 3123b9ac5c Can't have both civilization and civilisation 2018-12-02 17:54:26 -05:00
Quantum 2f0bb9e032 Implement settings saving and clearing 2018-11-29 01:36:07 -05:00
Quantum 04dbed2c11 Add medium word list. 2018-11-27 22:21:02 -05:00
Quantum 492f29d4a0 Remove some obscure words 2018-11-27 21:37:28 -05:00
Quantum 338f564f8d Remove duplicate words and add unit tests 2018-11-27 19:56:46 -05:00
Quantum e8ed9a64e9 Hide "staple" only when absolutely necessary 2018-11-27 00:40:50 -05:00
Quantum c4f05c5b48 Improve mobile support. 2018-11-27 00:35:33 -05:00
Quantum 1e2b63bd87 Based on feedback, start with more traditional 4 word passwords 2018-11-27 00:21:48 -05:00
Quantum c83ef1ea93 Don't install webpack-dev-server by default 2018-11-26 23:34:28 -05:00
Quantum d67c918d52 Add minification 2018-11-26 23:26:23 -05:00
Quantum 84b89168fe Separate out CSS to avoid flash of unstyled content 2018-11-26 22:53:07 -05:00
Quantum 161f9ae021 Add warning for ancient browsers 2018-11-26 22:31:48 -05:00
Quantum 7c2bcc3f9b Add password generator proper and small word list 2018-11-26 22:24:31 -05:00
Quantum ab4b249aa6 Separate out navbar stuff. 2018-11-26 21:15:29 -05:00
Quantum 75947b03a5 Update description. 2018-11-26 18:27:47 -05:00
Quantum 1801cf1fad Initial commit: most of the UI 2018-11-26 01:51:26 -05:00