Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ssh-remote-port-forward

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh-remote-port-forward - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

dist/createSshConnection.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc