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

ngx-deploy-ftp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-deploy-ftp - npm Package Compare versions

Comparing version 1.0.0-next.1 to 1.0.0-next.2

13

package.json
{
"name": "ngx-deploy-ftp",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "Deploy Angular apps to an FTP remote using the Angular CLI",

@@ -34,6 +34,11 @@ "keywords": [

"homepage": "https://github.com/bohoffi/ngx-deploy-ftp#readme",
"devDependencies": {
"@angular-devkit/architect": ">= 0.900 < 0.1400",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
},
"peerDependencies": {
"@angular-devkit/architect": ">=0.900 <0.1200",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0"
"@angular-devkit/architect": ">= 0.900 < 0.1400",
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
},

@@ -40,0 +45,0 @@ "dependencies": {

@@ -11,2 +11,6 @@ <img src="https://raw.githubusercontent.com/bohoffi/ngx-deploy-ftp/develop/assets/logo.svg" width="150">

## ⚠️Advisory ⚠️
Prefer alternative transfer protocols like HTTPS or SFTP (SSH). Use this library when you have no choice and need to use FTP. Try to use FTPS (FTP over TLS) whenever possible, FTP alone does not provide any security.
* [⚠️ Prerequisites](#prerequisites)

@@ -107,3 +111,3 @@ * [📕 Usage](#usage)

Indicates to connect to the FTP server using TLS or not.
Indicates to connect to the FTP server using TLS or not. (Some client may require to turn TLS off)

@@ -110,0 +114,0 @@ #### --username <a name="username"></a>

{
"id": "Schema",
"$id": "Schema",
"title": "DeployOptions",

@@ -4,0 +4,0 @@ "description": "Deployment of Angular CLI applications to a remote FTP server",

{
"$schema": "http://json-schema.org/schema",
"id": "ngx-deploy-ftp-ng-add-schematic",
"$id": "ngx-deploy-ftp-ng-add-schematic",
"title": "NgAddOptions",

@@ -5,0 +5,0 @@ "type": "object",

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