Socket
Socket
Sign inDemoInstall

ftp-deploy-package

Package Overview
Dependencies
138
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

2

package.json

@@ -55,3 +55,3 @@ {

},
"version": "0.4.0"
"version": "0.5.0"
}

@@ -16,3 +16,6 @@ 'use strict';

})
.then(({stdout: tgzFilename}) => {
.then(({stdout}) => {
const lines = stdout.split('\n');
// eslint-disable-next-line no-magic-numbers
const tgzFilename = lines[lines.length - 1];
const tgzPath = path.join(packageDirectory, tgzFilename);

@@ -19,0 +22,0 @@ return decompress(tgzPath, distDirectory).then(files =>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc