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 to 1.1.0

2

deploy/builder.js

@@ -46,3 +46,3 @@ "use strict";

context.logger.error('❌ An error occurred when trying to deploy:');
context.logger.error(e.message);
context.logger.error(e.message, e);
return { success: false };

@@ -49,0 +49,0 @@ }

@@ -61,3 +61,2 @@ "use strict";

catch (error) {
logger.error('❌ An error occurred!');
throw error;

@@ -64,0 +63,0 @@ }

{
"name": "ngx-deploy-ftp",
"version": "1.0.0",
"version": "1.1.0",
"description": "Deploy Angular apps to an FTP remote using the Angular CLI",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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