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

@stamhoofd/email

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamhoofd/email - npm Package Compare versions

Comparing version 2.67.0 to 2.68.0

5

dist/classes/Email.d.ts

@@ -55,7 +55,2 @@ import Mail from 'nodemailer/lib/mailer';

/**
* @deprecated
* Please use EmailBuilder.sendEmailTemplate
*/
getPersonalEmailFor(i18n: I18n): string;
/**
* Send an email to the webmaster

@@ -62,0 +57,0 @@ */

@@ -402,9 +402,2 @@ "use strict";

/**
* @deprecated
* Please use EmailBuilder.sendEmailTemplate
*/
getPersonalEmailFor(i18n) {
return '"Simon Backx" <' + (i18n.$t('5670bc42-cf94-46b6-9ce0-7cdc4ffbb4d9')) + '>';
}
/**
* Send an email to the webmaster

@@ -411,0 +404,0 @@ */

4

package.json
{
"name": "@stamhoofd/email",
"version": "2.67.0",
"version": "2.68.0",
"main": "./dist/index.js",

@@ -28,3 +28,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "e496701533ecdb23bf23bfe1f9d642b3bce249a9"
"gitHead": "6356e14541b66873ca0d2ccd4b660825ac39a7fd"
}

@@ -505,10 +505,2 @@ import { DataValidator, Formatter } from '@stamhoofd/utility';

/**
* @deprecated
* Please use EmailBuilder.sendEmailTemplate
*/
getPersonalEmailFor(i18n: I18n) {
return '"Simon Backx" <' + (i18n.$t('5670bc42-cf94-46b6-9ce0-7cdc4ffbb4d9')) + '>';
}
/**
* Send an email to the webmaster

@@ -515,0 +507,0 @@ */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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