Socket
Socket
Sign inDemoInstall

@sendgrid/client

Package Overview
Dependencies
2
Maintainers
21
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.0 to 6.5.0

LICENSE.md

11

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

@@ -30,6 +30,8 @@ "contributors": [

"dependencies": {
"@sendgrid/helpers": "^6.4.0",
"@types/request": "^2.0.3",
"@sendgrid/helpers": "^6.5.0",
"request": "^2.88.0"
},
"devDependencies": {
"@types/request": "^2.0.3"
},
"tags": [

@@ -41,3 +43,4 @@ "http",

"sendgrid"
]
],
"gitHead": "37473ad95a20258196d7cf256ea391508872d65e"
}

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

if (cb) {
promise
return promise
.then(result => cb(null, result))

@@ -142,0 +142,0 @@ .catch(error => cb(error, null));

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

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