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

@mongodb-js/ssh-tunnel

Package Overview
Dependencies
Maintainers
29
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/ssh-tunnel - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

lib/index.d.ts

@@ -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

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