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

emailjs

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emailjs - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

4

package.json
{
"name": "emailjs",
"description": "send text/html emails and attachments from node.js to any smtp server",
"version": "0.1.9",
"version": "0.1.10",
"author": "eleith",

@@ -13,4 +13,4 @@ "contributors": ["izuzak"],

"dependencies": {},
"engine": ["node >= 0.4.7"],
"engine": ["node >= 0.3.8"],
"main": "email"
}

@@ -1,2 +0,2 @@

#v0.1.9
#v0.1.10

@@ -16,3 +16,3 @@ ### emailjs

- supports sending html emails and emails with multiple attachments (MIME)
- works with nodejs 4.7 and above
- works with nodejs 3.8 and above

@@ -19,0 +19,0 @@ # REQUIRES

@@ -15,3 +15,3 @@ var crypto = require('crypto');

{
var verifyError = pair._ssl.verifyError();
var verifyError = (pair.ssl || pair._ssl).verifyError();

@@ -18,0 +18,0 @@ if(verifyError)

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