Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Stocard/node-ssh-forward
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc1e5dd6d1b9cddb64b0104c9469372cd5547280
Choose a base ref
..
head repository: Stocard/node-ssh-forward
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4700926d568691bdd0cc6575c6e89692e60b28e3
Choose a head ref
Showing with 417 additions and 671 deletions.
  1. +1 −1 .gitignore
  2. +0 −38 dist/Connection.d.ts
  3. +0 −202 dist/Connection.js
  4. +5 −5 package.json
  5. +411 −425 yarn.lock
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.nyc_output
node_modules/
# dist/
dist/
.DS_Store
38 changes: 0 additions & 38 deletions dist/Connection.d.ts

This file was deleted.

202 changes: 0 additions & 202 deletions dist/Connection.js

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,14 +27,14 @@
"test": "nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \"test/test.ts\""
},
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^12.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.3.1",
"@types/ssh2": "^0.5.35",
"mocha": "^5.2.0",
"nyc": "^15.0.0",
"ts-node": "^9.0.0",
"tslint": "^6.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^4.0.0"
"typescript": "^3.0.3"
}
}
Loading