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

sftp-uploader

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sftp-uploader - npm Package Compare versions

Comparing version 1.0.5 to 2.0.0

lib/index.js

32

package.json
{
"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 @@

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