Socket
Socket
Sign inDemoInstall

@sendgrid/client

Package Overview
Dependencies
4
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.1 to 7.4.2

6

package.json
{
"name": "@sendgrid/client",
"description": "Twilio SendGrid NodeJS API client",
"version": "7.4.1",
"version": "7.4.2",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",

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

"dependencies": {
"@sendgrid/helpers": "^7.4.0",
"@sendgrid/helpers": "^7.4.2",
"axios": "^0.21.1"

@@ -44,3 +44,3 @@ },

],
"gitHead": "cc100a675dbd5a9aeb67f2ac8c30541a93432001"
"gitHead": "b2a7be0bd10ad3de154b4160a65e6c9f9b745094"
}

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

declare const client: Client & { Client: typeof Client };
declare const client: Client;
// @ts-ignore
export = client
export {Client};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc