New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

email-cg-lib

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-cg-lib - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

1

lib/email.js

@@ -26,3 +26,2 @@ let nodemailer = require('nodemailer');

port: properties.port,
secure: properties.secure,
auth: {

@@ -29,0 +28,0 @@ user: properties.user,

@@ -7,3 +7,2 @@ /**

port:null,
secure:null,
user:null,

@@ -10,0 +9,0 @@ pass:null,

2

package.json
{
"name": "email-cg-lib",
"version": "1.0.4",
"version": "1.0.6",
"description": "Email to send emails with basic information.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,3 +28,2 @@ [![N|Solid](https://cloudgensys.com/cg-demo/wp-content/uploads/2019/05/CG-Logo-01.png)](https://www.cloudgensys.com/)

- port: String that contains the port number of the email server where the connection will be stablished, for example it could be 465 for G-Mail accounts.
- secure: String that contains a boolean value (true or false) depending if the email server requires that the connection must be secure or not.
- to: String that contains the email address or addresses that will receive the email.

@@ -45,3 +44,2 @@ - user: String that contains the email account to have access to the mail server.

"port":465,
"secure":true,
"user":"jhonsmith@gmail.com",

@@ -69,3 +67,2 @@ "pass":"myPass",

"port":465,
"secure":true,
"user":"jhonsmith@gmail.com",

@@ -72,0 +69,0 @@ "pass":"wrongPassword",

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