Socket
Socket
Sign inDemoInstall

@sendgrid/helpers

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/helpers - npm Package Compare versions

Comparing version 7.4.3 to 7.4.6

10

classes/attachment.d.ts

@@ -17,3 +17,9 @@ export interface AttachmentData {

export default class Attachment {
export default class Attachment implements AttachmentData {
content: string;
filename: string;
type?: string;
disposition?: string;
contentId?: string;
constructor(data?: AttachmentData);

@@ -28,2 +34,2 @@

toJSON(): AttachmentJSON;
}
}

4

package.json
{
"name": "@sendgrid/helpers",
"description": "Twilio SendGrid NodeJS internal helpers",
"version": "7.4.3",
"version": "7.4.6",
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",

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

},
"gitHead": "e918d6022c7ac763ba3c221921a16ab36d0b1e75"
"gitHead": "1843e8689bd850b60e4550443fdf8722a51c7c68"
}
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