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

ftps

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftps - npm Package Compare versions

Comparing version 0.1.8 to 0.2.0

2

index.js

@@ -39,4 +39,2 @@ var spawn = require('child_process').spawn,

opts.host = options.protocol + '://' + options.host;
else
opts.host = 'ftp://' + options.host;
this.options = opts;

@@ -43,0 +41,0 @@ };

2

package.json
{
"name": "ftps",
"version": "0.1.8",
"version": "0.2.0",
"author": {

@@ -5,0 +5,0 @@ "name" : "Sébastien Chopin" ,

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