Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tellimer/mailer

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tellimer/mailer - npm Package Compare versions

Comparing version 1.0.0-RC11 to 1.0.0-RC12

2

dist/send.js

@@ -126,3 +126,3 @@ "use strict";

// data.mailSettings = { sandboxMode: { enable: true } }
// console.log(JSON.stringify(data, undefined, 2))
console.log(JSON.stringify(data, undefined, 2));
senders.push(mail_1.default.send(data));

@@ -129,0 +129,0 @@ }

{
"name": "@tellimer/mailer",
"version": "1.0.0-RC11",
"version": "1.0.0-RC12",
"license": "MIT",

@@ -13,4 +13,6 @@ "main": "dist/index.js",

},
"peerDependencies": {
"@sendgrid/mail": "^7.6.0"
},
"dependencies": {
"@sendgrid/mail": "^7.6.0",
"@tellimer/mailable": "workspace:*"

@@ -17,0 +19,0 @@ },

@@ -155,3 +155,3 @@ import sendgrid from '@sendgrid/mail'

// data.mailSettings = { sandboxMode: { enable: true } }
// console.log(JSON.stringify(data, undefined, 2))
console.log(JSON.stringify(data, undefined, 2))
senders.push(sendgrid.send(data))

@@ -158,0 +158,0 @@ }

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