Socket
Socket
Sign inDemoInstall

@sendgrid/subscription-widget

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/subscription-widget - npm Package Compare versions

Comparing version 6.5.3 to 7.0.0

4

package.json
{
"name": "@sendgrid/subscription-widget",
"version": "6.5.3",
"version": "7.0.0",
"description": "Double opt-in email automation",

@@ -26,3 +26,3 @@ "main": "index.js",

},
"gitHead": "fa601c79cd832c7f8e0cb90c83b78fa5d712e289"
"gitHead": "ae1148c025261fc831def208782a6e94e0c19138"
}

@@ -103,4 +103,3 @@ const sg = require('sendgrid')(process.env.SG_API_KEY);

res.sendFile(path.join(__dirname, '../static/check-inbox.html'));
}
else {
} else {
res.sendFile(path.join(__dirname, '../static/error.html'));

@@ -183,9 +182,7 @@ }

});
}
else {
} else {
return callback();
}
});
}
else {
} else {
return callback();

@@ -225,4 +222,3 @@ }

return callback();
}
else {
} else {
fieldsToCreate.map((fieldsToCreate) => {

@@ -229,0 +225,0 @@ var body = { name: fieldsToCreate, type: 'text' };

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