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

sipware-mailer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sipware-mailer - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

10

index.js

@@ -10,2 +10,12 @@ const nm = require('nodemailer')

this.html = mail.html;
var attachments = mail.attachments;
if(attachments && attachments.length) {
this.attachments = mail.attachments;
}
this.messageId = mail.messageId;
this.replyTo = mail.replyTo;
this.inReplyTo = mail.inReplyTo;
}

@@ -12,0 +22,0 @@

2

package.json

@@ -18,3 +18,3 @@ {

"optionalDependencies": {},
"version": "0.3.1",
"version": "0.3.2",
"scripts": {

@@ -21,0 +21,0 @@ "test": "mocha"

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