New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-ftpsync

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ftpsync - npm Package Compare versions

Comparing version
0.2.1
to
0.3.0
+4
-3
package.json
{
"name": "node-ftpsync",
"version": "0.2.1",
"type": "commonjs",
"version": "0.3.0",
"description": "A Remote to Local and Local to Remote synchronization over FTP",

@@ -33,4 +34,4 @@ "main": "src/index.js",

"async": "^3.2.0",
"basic-ftp": "^4.6.6",
"minimatch": "^3.0.4"
"basic-ftp": "^4.6.6 || ^5.0.0",
"minimatch": ">=3.0.4 <9.0.0"
},

@@ -37,0 +38,0 @@ "engines": {