Socket
Socket
Sign inDemoInstall

@sendgrid/helpers

Package Overview
Dependencies
Maintainers
5
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/helpers - npm Package Compare versions

Comparing version 7.4.0 to 7.4.2

3

classes/request.d.ts

@@ -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;
}

4

package.json
{
"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

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