Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | js: add and apply eslint rules | Maximilian Krambach | 2018-08-20 | 1 | -7/+7 |
| | | | | | | -- * mainly spacing, see .eslintrc.json for details | ||||
* | js: make init export immutable | Maximilian Krambach | 2018-08-01 | 1 | -0/+62 |
-- * src/index.js: The export now uses a freezed Object, which does not allow for simply overwriting the init method by e.g. a third-party library. * BrowsertestExtension: Added some tests trying if decryption of bad data properly fails |