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

@sendgrid/mail

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/mail - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

6

package.json
{
"name": "@sendgrid/mail",
"description": "SendGrid NodeJS mail service",
"version": "6.1.2",
"version": "6.1.3",
"author": "SendGrid <dx@sendgrid.com> (sendgrid.com)",

@@ -30,4 +30,4 @@ "contributors": [

"dependencies": {
"@sendgrid/client": "^6.1.2",
"@sendgrid/helpers": "^6.1.2"
"@sendgrid/client": "^6.1.3",
"@sendgrid/helpers": "^6.1.3"
},

@@ -34,0 +34,0 @@ "tags": [

@@ -212,3 +212,3 @@ This documentation provides examples for specific email use cases. Please [open an issue](https://github.com/sendgrid/sendgrid-nodejs/issues) or make a pull request for any email use cases you would like us to document here. Thank you!

<body>
Hello -name-,
Hello {{name}},
<br /><br/>

@@ -219,3 +219,3 @@ I'm glad you are trying out the template feature!

<br /><br/>
I hope you are having a great day in -city- :)
I hope you are having a great day in {{city}} :)
<br /><br/>

@@ -460,2 +460,2 @@ </body>

.catch(error => console.error(error.toString()));
```
```
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