@sendgrid/client
Advanced tools
Comparing version 6.4.0 to 6.5.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
388696
1
1
- Removed@types/request@^2.0.3
- Removed@types/caseless@0.12.5(transitive)
- Removed@types/node@22.9.0(transitive)
- Removed@types/request@2.48.12(transitive)
- Removed@types/tough-cookie@4.0.5(transitive)
- Removedform-data@2.5.2(transitive)
- Removedundici-types@6.19.8(transitive)
Updated@sendgrid/helpers@^6.5.0