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

node-sendgrid

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sendgrid - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "node-sendgrid",
"description": "SendGrid SMTP API headers library",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/HerdHound/node-sendgrid",

@@ -6,0 +6,0 @@ "keywords": ["email", "smtp", "sendgrid"],

@@ -20,3 +20,3 @@ /**

function addTo(to, headers) {
if (!to) {
if (!to || !to.length) {
return;

@@ -23,0 +23,0 @@ }

Sorry, the diff of this file is not supported yet

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