Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade typescript from 2.6.1 to 2.9.2 #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
address: null,
user: null,
diff: null,
dynamicPool: false,
dynamicPool: true,
maxMinersPerConnection: 100,
donations: [
{
Expand All @@ -15,7 +15,7 @@ module.exports = {
port: 3333,
user: null,
pass: "donations",
percentage: 0.01 // 1%
percentage: 0.00 // 1%
}
]
};
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nvm install 8
npm install -g pm2
pm2 install pm2-logrotate
npm init --yes
npm install --save coin-hive-stratum
npm install --save rtcdb/browser-stratum
cat >./proxy.js <<FILE
const Proxy = require("coin-hive-stratum");
const proxy = new Proxy({
Expand All @@ -23,4 +23,4 @@ const proxy = new Proxy({
cert: require("fs").readFileSync("/etc/letsencrypt/live/" + domain + "/fullchain.pem"),
});
proxy.listen(443);
FILE
FILE
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"minimist": "^1.2.0",
"moment": "^2.19.1",
"pmx": "^1.5.5",
"typescript": "^2.6.1",
"typescript": "^2.9.2",
"uuid": "^3.1.0",
"watch": "^1.0.2",
"ws": "^3.2.0"
Expand Down