Socket
Socket
Sign inDemoInstall

@sendgrid/client

Package Overview
Dependencies
Maintainers
21
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 6.5.2 to 6.5.3

6

package.json
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "6.5.2",
"version": "6.5.3",
"author": "Twilio SendGrid <dx@sendgrid.com> (sendgrid.com)",

@@ -30,3 +30,3 @@ "contributors": [

"dependencies": {
"@sendgrid/helpers": "^6.5.1",
"@sendgrid/helpers": "^6.5.3",
"@types/request": "^2.48.4",

@@ -42,3 +42,3 @@ "request": "^2.88.0"

],
"gitHead": "5e401d6bdce5b93637e8b70736f54adb9f6cf85c"
"gitHead": "fa601c79cd832c7f8e0cb90c83b78fa5d712e289"
}

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

# Client for the Sendgrid v3 Web API
# Client for the SendGrid v3 Web API
This client library is used by the other [Twilio SendGrid service packages](https://www.npmjs.com/org/sendgrid) to make requests to the [Twilio SendGrid v3 Web API](https://sendgrid.com/docs/API_Reference/api_v3.html). You can also use it independently to make custom requests to the Twilio SendGrid v3 Web API and other HTTP APIs.

@@ -10,0 +10,0 @@

@@ -37,3 +37,3 @@ import {ResponseError} from "@sendgrid/helpers/classes";

declare const client: Client & { Client: Client }
export = client
declare const client: Client & { Client: typeof Client };
export = client

Sorry, the diff of this file is too big to display

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