ngx-deploy-ftp
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54546
170
3