external-communications-manager
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "external-communications-manager", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A single solution for all your outgoing communications like: API calls[axios], Mailer(sms:2factor,email:AWS), MessageQueue[Kafka], Storage[AWS-S3,Cache(Redis),HDD(Local),SFTP] as a plugin interface. Just set some env properties, and start solving your problems.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -185,3 +185,3 @@ # External Communications Manager | ||
else if(!isValidExt) throw Error('Invalid file type'); | ||
if(!isValidExt) throw Error('Invalid file type'); | ||
else if(!isValidCnt) throw Error('Too many files'); | ||
@@ -224,2 +224,4 @@ | ||
### Note | ||
This package will help you streamline all external accesses like api, message-queue, file uploads etc. Import and make use of it. As simple as that. | ||
This package will help you streamline all external accesses like api, message-queue, file uploads etc. Import and make use of it. As simple as that. | ||
This is my way of giving back to the community in my own capacity. I know for a fact that the coding standard is terrible as per package standards, and I am determined to scale my packages with better code and even better in-code documentation and readme. Till then, bear with me and build great things. Ciao! |
Sorry, the diff of this file is not supported yet
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
886103
225