Socket
Socket
Sign inDemoInstall

@sendgrid/client

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/client - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

10

package.json
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "7.0.0",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",
"version": "7.0.1",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
"contributors": [

@@ -13,3 +13,3 @@ "Kyle Partridge <kyle.partridge@sendgrid.com>",

"Robert Acosta <robert.acosta@sendgrid.com>",
"Elmer Thomas <elmer.thomas@sendgrid.com>",
"Elmer Thomas <ethomas@twilio.com>",
"Adam Reis <adam@reis.nz>"

@@ -31,3 +31,3 @@ ],

"dependencies": {
"@sendgrid/helpers": "^7.0.0",
"@sendgrid/helpers": "^7.0.1",
"axios": "^0.19.2"

@@ -42,3 +42,3 @@ },

],
"gitHead": "ae1148c025261fc831def208782a6e94e0c19138"
"gitHead": "2641271a05b2dcc05b3ba13d10ea577102c97e4e"
}

@@ -121,6 +121,8 @@ [![BuildStatus](https://travis-ci.org/sendgrid/sendgrid-nodejs.svg?branch=master)](https://travis-ci.org/sendgrid/sendgrid-nodejs)

@sendgrid/client is guided and supported by the Twilio SendGrid [Developer Experience Team](mailto:dx@sendgrid.com).
@sendgrid/client is maintained and funded by Twilio SendGrid, Inc. The names and logos for @sendgrid/client are trademarks of Twilio SendGrid, Inc.
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
![Twilio SendGrid Logo](https://github.com/sendgrid/sendgrid-python/raw/master/twilio_sendgrid_logo.png)

@@ -23,3 +23,3 @@ 'use strict';

'Content-Type': 'application/json',
'User-agent': 'sendgrid/' + pkg.version + ';nodejs',
'User-Agent': 'sendgrid/' + pkg.version + ';nodejs',
};

@@ -26,0 +26,0 @@

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