@sendgrid/mail
Advanced tools
Comparing version 7.1.1 to 7.2.0
{ | ||
"name": "@sendgrid/mail", | ||
"description": "Twilio SendGrid NodeJS mail service", | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)", | ||
@@ -24,3 +24,3 @@ "contributors": [ | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": "6.* || 8.* || >=10.*" | ||
}, | ||
@@ -31,4 +31,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@sendgrid/client": "^7.1.1", | ||
"@sendgrid/helpers": "^7.0.1" | ||
"@sendgrid/client": "^7.2.0", | ||
"@sendgrid/helpers": "^7.2.0" | ||
}, | ||
@@ -41,3 +41,4 @@ "tags": [ | ||
"sendgrid" | ||
] | ||
], | ||
"gitHead": "31e48a85d5f03a63ae4616ed8c31708aa6761311" | ||
} |
@@ -16,3 +16,3 @@ [![BuildStatus](https://travis-ci.org/sendgrid/sendgrid-nodejs.svg?branch=master)](https://travis-ci.org/sendgrid/sendgrid-nodejs) | ||
- Node.js version 6, 7 or 8 | ||
- Node.js version 6, 8 or >=10 | ||
- A Twilio SendGrid account, [sign up for free](https://sendgrid.com/free?source=sendgrid-nodejs) to send up to 40,000 emails for the first 30 days or check out [our pricing](https://sendgrid.com/pricing?source=sendgrid-nodejs). | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15940
10
Updated@sendgrid/client@^7.2.0
Updated@sendgrid/helpers@^7.2.0