ssh-remote-port-forward
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -19,3 +19,3 @@ "use strict"; | ||
const SshConnection_1 = require("./SshConnection"); | ||
exports.createSshConnection = (connectConfig) => __awaiter(void 0, void 0, void 0, function* () { | ||
const createSshConnection = (connectConfig) => __awaiter(void 0, void 0, void 0, function* () { | ||
const client = yield new Promise((resolve) => { | ||
@@ -38,1 +38,2 @@ const connection = new ssh2_1.Client(); | ||
}); | ||
exports.createSshConnection = createSshConnection; |
{ | ||
"name": "ssh-remote-port-forward", | ||
"author": "Cristian Greco", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index", | ||
@@ -37,22 +37,22 @@ "types": "dist/index", | ||
"dependencies": { | ||
"@types/ssh2": "^0.5.45", | ||
"ssh2": "^0.8.9" | ||
"@types/ssh2": "^0.5.48", | ||
"ssh2": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.13", | ||
"@types/node": "^14.10.1", | ||
"@typescript-eslint/eslint-plugin": "^4.1.1", | ||
"@typescript-eslint/parser": "^4.1.1", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"husky": "^4.3.0", | ||
"jest": "^26.4.2", | ||
"lint-staged": "^10.3.0", | ||
"prettier": "^2.1.1", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.9.6", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^7.0.2", | ||
"jest": "^27.2.1", | ||
"lint-staged": "^11.1.2", | ||
"prettier": "^2.4.1", | ||
"rimraf": "^3.0.2", | ||
"testcontainers": "^6.1.0", | ||
"ts-jest": "^26.3.0", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2" | ||
"testcontainers": "^7.20.5", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -59,0 +59,0 @@ "husky": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8127
100
+ Addedbuildcheck@0.0.6(transitive)
+ Addedcpu-features@0.0.10(transitive)
+ Addednan@2.22.0(transitive)
+ Addedssh2@1.16.0(transitive)
- Removedssh2@0.8.9(transitive)
- Removedssh2-streams@0.4.10(transitive)
- Removedstreamsearch@0.1.2(transitive)
Updated@types/ssh2@^0.5.48
Updatedssh2@^1.4.0