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

@sendgrid/helpers

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/helpers - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

5

classes/mail.js

@@ -489,3 +489,3 @@ 'use strict';

const json = {
from, subject, content,
from, subject,
personalizations: arrayToJSON(personalizations),

@@ -501,2 +501,5 @@ };

}
if (Array.isArray(content) && content.length > 0) {
json.content = arrayToJSON(content);
}

@@ -503,0 +506,0 @@ //Object properties

2

package.json
{
"name": "@sendgrid/helpers",
"description": "SendGrid NodeJS internal helpers",
"version": "6.1.1",
"version": "6.1.2",
"author": "SendGrid <dx@sendgrid.com> (sendgrid.com)",

@@ -6,0 +6,0 @@ "contributors": [

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