New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ftp-deploy

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftp-deploy - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

ftp-deploy.js

@@ -212,3 +212,3 @@ var fs = require('fs');

remoteRoot = config.remoteRoot;
stopOnError = config.stopOnError || stopOnError;
if (has(config, 'stopOnError')) stopOnError = config.stopOnError;
exclude = config.exclude || exclude;

@@ -215,0 +215,0 @@

{
"name": "ftp-deploy",
"version": "0.5.0",
"version": "0.5.1",
"author": "Rick Bergfalk <rick.bergfalk@gmail.com> (http://rickbergfalk.com/)",

@@ -5,0 +5,0 @@ "description": "Ftp a folder from your local disk to an ftp destination. Does not delete from destination directory. Derived from grunt-ftp-deploy",

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