-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup, enhane logging, improve auto-login stability
- Loading branch information
Showing
92 changed files
with
1,923 additions
and
1,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "email-securely-app", | ||
"description": "Unofficial desktop app for E2E encrypted email providers", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "Vladimir Yakovlev <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://github.com/vladimiry/email-securely-app", | ||
|
@@ -48,7 +48,7 @@ | |
"lint": "npm-run-all lint:sass lint:code", | ||
"lint:code": "npm-run-all lint:js lint:ts", | ||
"lint:js": "tslint \"./src/**/*.js\" \"./*.js\"", | ||
"lint:sass": "sass-lint -v -q -c sass-lint.yml", | ||
"lint:sass": "sass-lint -v -q -c ./sass-lint.yml", | ||
"lint:ts": "tslint -p ./tsconfig.json \"./src/**/*.ts\" \"./src/**/*.js\"", | ||
"security-check": "nsp check --preprocessor yarn --reporter table", | ||
"start": "npm-run-all build:app start:electron-main", | ||
|
@@ -76,47 +76,46 @@ | |
"class-validator": "0.9.1", | ||
"compare-versions": "3.3.0", | ||
"electron-log": "2.2.16", | ||
"electron-rpc-api": "1.0.0", | ||
"electron-rpc-api": "2.0.0", | ||
"electron-unhandled": "1.1.0", | ||
"electron-updater": "3.0.3", | ||
"fs-json-store": "2.0.2", | ||
"fs-json-store-encryption-adapter": "0.0.3", | ||
"jimp": "0.2.28", | ||
"keepasshttp-client": "2.2.6", | ||
"keytar": "4.2.1", | ||
"nano-sql": "https://github.com/vladimiry/Nano-SQL#lib", | ||
"nano-sql": "1.7.3", | ||
"ramda": "0.25.0", | ||
"reflect-metadata": "0.1.12", | ||
"rolling-rate-limiter": "0.1.11", | ||
"rxjs": "6.2.2", | ||
"valid-url": "1.0.9" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-optimizer": "0.7.0-beta.1", | ||
"@angular-devkit/core": "0.7.0-beta.1", | ||
"@angular/animations": "6.0.9", | ||
"@angular/common": "6.0.9", | ||
"@angular/compiler": "6.0.9", | ||
"@angular/compiler-cli": "6.0.9", | ||
"@angular/core": "6.0.9", | ||
"@angular/forms": "6.0.9", | ||
"@angular/http": "6.0.9", | ||
"@angular/language-service": "6.0.9", | ||
"@angular/platform-browser": "6.0.9", | ||
"@angular/platform-browser-dynamic": "6.0.9", | ||
"@angular/router": "6.0.9", | ||
"@angular-devkit/build-optimizer": "0.7.1", | ||
"@angular-devkit/core": "0.7.1", | ||
"@angular/animations": "6.1.0", | ||
"@angular/common": "6.1.0", | ||
"@angular/compiler": "6.1.0", | ||
"@angular/compiler-cli": "6.1.0", | ||
"@angular/core": "6.1.0", | ||
"@angular/forms": "6.1.0", | ||
"@angular/http": "6.1.0", | ||
"@angular/language-service": "6.1.0", | ||
"@angular/platform-browser": "6.1.0", | ||
"@angular/platform-browser-dynamic": "6.1.0", | ||
"@angular/router": "6.1.0", | ||
"@angularclass/hmr": "2.1.3", | ||
"@ng-select/ng-select": "2.3.5", | ||
"@ngrx/effects": "6.0.1", | ||
"@ngrx/router-store": "6.0.1", | ||
"@ngrx/store": "6.0.1", | ||
"@ngtools/webpack": "6.1.0-beta.1", | ||
"@ngtools/webpack": "6.1.1", | ||
"@types/glob": "5.0.35", | ||
"@types/html-webpack-plugin": "2.30.4", | ||
"@types/html-webpack-plugin": "3.2.0", | ||
"@types/jasmine": "2.8.8", | ||
"@types/karma": "1.7.5", | ||
"@types/keytar": "4.0.1", | ||
"@types/lodash-es": "4.17.0", | ||
"@types/mini-css-extract-plugin": "0.2.0", | ||
"@types/mkdirp": "0.5.2", | ||
"@types/node": "8.10.11", | ||
|
@@ -131,14 +130,14 @@ | |
"@types/uglifyjs-webpack-plugin": "1.1.0", | ||
"@types/valid-url": "1.0.2", | ||
"@types/webdriverio": "4.10.3", | ||
"@types/webpack": "4.4.7", | ||
"@types/webpack": "4.4.8", | ||
"@types/webpack-dev-server": "2.9.5", | ||
"@types/webpack-env": "1.13.6", | ||
"@types/webpack-merge": "4.1.3", | ||
"@types/webpack-node-externals": "1.6.3", | ||
"ava": "1.0.0-beta.6", | ||
"awesome-typescript-loader": "5.2.0", | ||
"bootstrap": "4.1.2", | ||
"bootstrap": "4.1.3", | ||
"cache-loader": "1.2.2", | ||
"circular-dependency-plugin": "5.0.2", | ||
"codelyzer": "4.4.2", | ||
|
@@ -147,10 +146,10 @@ | |
"cross-env": "5.2.0", | ||
"cross-spawn": "6.0.5", | ||
"css-loader": "1.0.0", | ||
"cssnano": "4.0.3", | ||
"cssnano": "4.0.4", | ||
"devtron": "1.4.0", | ||
"electron": "2.0.5", | ||
"electron-builder": "20.24.4", | ||
"electron-builder": "20.26.0", | ||
"exports-loader": "0.7.0", | ||
"file-loader": "1.1.11", | ||
"font-awesome": "4.7.0", | ||
|
@@ -159,7 +158,7 @@ | |
"html-webpack-plugin": "4.0.0-alpha", | ||
"immer": "1.3.1", | ||
"jasmine": "3.1.0", | ||
"karma": "2.0.4", | ||
"karma": "2.0.5", | ||
"karma-chrome-launcher": "2.2.0", | ||
"karma-firefox-launcher": "1.1.0", | ||
"karma-jasmine": "1.1.2", | ||
|
@@ -168,7 +167,6 @@ | |
"karma-webpack": "3.0.0", | ||
"keysim": "2.1.0", | ||
"less-loader": "4.1.0", | ||
"lodash-es": "4.17.10", | ||
"mini-css-extract-plugin": "0.4.1", | ||
"mkdirp": "0.5.1", | ||
"ngx-bootstrap": "3.0.1", | ||
|
@@ -177,7 +175,7 @@ | |
"nsp": "3.2.1", | ||
"nsp-preprocessor-yarn": "1.1.2", | ||
"null-loader": "0.1.1", | ||
"otplib": "10.0.0", | ||
"otplib": "10.0.1", | ||
"postcss-custom-properties": "7.0.0", | ||
"postcss-loader": "2.1.6", | ||
"postcss-url": "7.3.2", | ||
|
@@ -204,13 +202,14 @@ | |
"tsconfig-paths": "3.4.2", | ||
"tsconfig-paths-webpack-plugin": "3.2.0", | ||
"tslint": "5.11.0", | ||
"tslint-consistent-codestyle": "1.13.3", | ||
"tslint-rules-bunch": "0.0.4", | ||
"typescript": "2.9.2", | ||
"uglifyjs-webpack-plugin": "1.2.7", | ||
"unionize": "https://github.com/vladimiry/unionize#add-tagprefix-option-lib", | ||
"url-loader": "1.0.1", | ||
"wait-on": "2.1.0", | ||
"webpack": "4.16.1", | ||
"webpack": "4.16.2", | ||
"webpack-cli": "3.1.0", | ||
"webpack-dev-server": "3.1.5", | ||
"webpack-merge": "4.1.3", | ||
|
Oops, something went wrong.