ssh2-connect
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"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", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
40104
22
317
10