sftp-uploader
Advanced tools
Comparing version 1.0.5 to 2.0.0
{ | ||
"name": "sftp-uploader", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"description": "sftp-uploader", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"files": [ | ||
"dist", | ||
"src/type.d.ts", | ||
"lib", | ||
"package.json", | ||
@@ -15,22 +15,20 @@ "README.md", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"import": "./lib/index.js" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/glob": "8.1.0", | ||
"@types/node": "17.0.23", | ||
"glob": "7.1.6", | ||
"@types/ssh2-sftp-client": "9.0.3", | ||
"chalk": "5.3.0", | ||
"glob": "10.3.10", | ||
"path": "0.12.7", | ||
"tsup": "4.11.2", | ||
"typescript": "4.6.3", | ||
"vite": "2.3.7", | ||
"chalk": "4.1.2", | ||
"single-line-log": "1.1.2", | ||
"ssh2-sftp-client": "9.0.4" | ||
"ssh2-sftp-client": "10.0.3", | ||
"vite": "2.3.7" | ||
}, | ||
"engines": { | ||
"node": "^18.0.0 || >=20.0.0" | ||
} | ||
} |
@@ -11,2 +11,7 @@ # sftp-uploader | ||
``` | ||
## 注意 | ||
此版本仅适用于 node "^18.0.0 || >=20.0.0" <br /> | ||
低版本node请下载1.x版本 | ||
## 配置 | ||
@@ -13,0 +18,0 @@ |
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
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
86
3
1
Yes
10934
5
214