New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tartine/common

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tartine/common - npm Package Compare versions

Comparing version

to
1.0.14

2

dist/magic/magic-email.d.ts

@@ -9,2 +9,2 @@ import sg from "@sendgrid/mail";

const customer = await stripe.customers.retrieve(session.customer);
*/
*/

@@ -51,2 +51,5 @@ "use strict";

}
if (!process.env.SENDGRID_SENDER_EMAIL) {
throw new Error("SENDGRID_SENDER_EMAIL must be defined as an environment variable");
}
mail_1.default.setApiKey(process.env.SENDGRID_API_KEY);

@@ -74,4 +77,9 @@ function generateMagicLink(email, landingPage) {

message = {
to: "test@example.com",
from: "m@ticketing.com",
from: {
name: "potato@no-reply",
email: process.env.SENDGRID_SENDER_EMAIL,
},
to: {
email: email,
},
subject: "Your login credentials",

@@ -90,2 +98,2 @@ html: html,

const customer = await stripe.customers.retrieve(session.customer);
*/
*/
{
"name": "@tartine/common",
"version": "1.0.13",
"version": "1.0.14",
"description": "Nothing but commons",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",