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

ssh2-connect

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssh2-connect - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

dist/index.cjs

11

package.json
{
"name": "ssh2-connect",
"description": "Callback-based api behind ssh2 to open an SSH connection",
"version": "4.1.0",
"version": "4.1.1",
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",

@@ -31,2 +31,3 @@ "contributors": [],

"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",

@@ -40,5 +41,5 @@ "typescript": "^5.6.2"

".": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs"
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
}

@@ -82,3 +83,3 @@ },

"scripts": {
"build": "tsc --project tsconfig.src.json && rollup -c",
"build": "tsup-node",
"lint:check": "eslint",

@@ -85,0 +86,0 @@ "lint:fix": "eslint --fix",

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