sendgrid-nodejs icon indicating copy to clipboard operation
sendgrid-nodejs copied to clipboard

The Official Twilio SendGrid Led, Community Driven Node.js API Library

Results 55 sendgrid-nodejs issues
Sort by recently updated
recently updated
newest added

# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...

Without this, I have to write something awful like: ```ts import { EventWebhook } from '@sendgrid/eventwebhook'; let sendgridEcPublicKey: ReturnType; ``` ### Checklist - [x] I acknowledge that all my contributions...

# Fixes # - Updated axios version to fix critical vulnerability ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...

type: security
status: waiting for feedback
dependencies

Updating dependencies due to security risks. Updated dependencies: * Packages - /client - /contact-importer - /inbound-mail-parser - /subscription-widget Updates: - /client: - "axios": "^1.6.0" - /contact-importer: - "axios": "^1.6.0", -...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

# Fixes # copy data argument of MailService send method to avoid mutate original variable. ### Checklist - [x] I acknowledge that all my contributions will be made under the...

# Fixes # If you use `setDefaultRequest` to change `baseUrl` to a custom value, and execute `setDefaultRequest` before `setApiKey`, the `baseUrl` that you thought you had changed to a custom...

# Fixes The `ClientRequest` type (alias of `RequestOptions`) in `Client.setDefaultRequest` has **required** field `url`. This means, when using `Client.setDefaultRequest({ httpsAgent: new https.Agent() })`, for example, TypeScript will error with field...

The idea of the sendMultiple is sent from an array which using type script was showing an error when I tried to send. After that fix, I was able to...

Current type does not work with the latest versions of typescript. This updates the type so it remains an array, and not the intersection of an object and an array....