@sendgrid/helpers
Advanced tools
Comparing version 7.4.0 to 7.4.2
@@ -0,1 +1,3 @@ | ||
import * as https from 'https'; | ||
type HttpMethod = 'get'|'GET'|'post'|'POST'|'put'|'PUT'|'patch'|'PATCH'|'delete'|'DELETE'; | ||
@@ -10,2 +12,3 @@ | ||
headers?: object; | ||
httpsAgent?: https.Agent; | ||
} |
{ | ||
"name": "@sendgrid/helpers", | ||
"description": "Twilio SendGrid NodeJS internal helpers", | ||
"version": "7.4.0", | ||
"version": "7.4.2", | ||
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)", | ||
@@ -35,3 +35,3 @@ "contributors": [ | ||
}, | ||
"gitHead": "1eecdc8e038e982c24dfc60cfbe341df85e813ca" | ||
"gitHead": "b2a7be0bd10ad3de154b4160a65e6c9f9b745094" | ||
} |
Sorry, the diff of this file is not supported yet
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
138723
4540