@mongodb-js/ssh-tunnel
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -15,3 +15,3 @@ /// <reference types="node" /> | ||
export declare type SshTunnelConfig = ConnectConfig & ForwardOutConfig & LocalProxyServerConfig; | ||
declare class SshTunnel extends EventEmitter { | ||
export declare class SshTunnel extends EventEmitter { | ||
private connections; | ||
@@ -18,0 +18,0 @@ private server; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SshTunnel = void 0; | ||
const util_1 = require("util"); | ||
@@ -120,2 +121,3 @@ const events_1 = require("events"); | ||
} | ||
exports.SshTunnel = SshTunnel; | ||
exports.default = SshTunnel; |
{ | ||
"name": "@mongodb-js/ssh-tunnel", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Yet another ssh tunnel based on ssh2", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
"eslint": "^7.20.0", | ||
"gen-esm-wrapper": "^1.1.1", | ||
"gen-esm-wrapper": "^1.1.3", | ||
"jest": "^26.6.3", | ||
@@ -43,0 +43,0 @@ "node-fetch": "^2.6.1", |
Sorry, the diff of this file is not supported yet
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
17403
155
146