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

external-communications-manager

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

external-communications-manager - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"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

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