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

lyftp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lyftp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

core.js

@@ -50,2 +50,5 @@ let path = require('path')

list = list.map(item => {
if(!item.startsWith(this.rootPath)) {
throw new Error(`${item} 不在 ${this.rootPath} 文件夹下`)
}
return {

@@ -52,0 +55,0 @@ relative: item.replace(this.rootPath, ''),

2

package.json
{
"name": "lyftp",
"version": "1.0.1",
"version": "1.0.2",
"description": "lyftp is ftp package, you can upload an entire folder or a file",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,1 +32,4 @@ # lyftp

upload | 上传文件配置,如上lyftp chat 会上传指定的两个文件/文件夹
## 规则
- 如果上传路径为空,则上传.ftprc下的所有文件
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