Socket
Socket
Sign inDemoInstall

@fastnloud/nest-mail

Package Overview
Dependencies
29
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10 to 0.0.11

34

package.json
{
"name": "@fastnloud/nest-mail",
"version": "0.0.10",
"version": "0.0.11",
"description": "Mail module for Nest that uses Nodemailer to deliver messages.",
"homepage": "https://github.com/fastnloud/nest-mail#readme",
"main": "dist/index.js",
"author": "jaap",
"license": "MIT",
"scripts": {
"build": "tsc",
"preversion": "npm run build",
"lint:ts": "prettier --check \"src/**/*.ts\"",
"lint:ts:fix": "prettier --write \"src/**/*.ts\""
"lint:ts:fix": "prettier --write \"src/**/*.ts\"",
"prebuild": "rimraf dist",
"preversion": "npm run build"
},
"keywords": [
"nest",
"mail",
"smtp transporter",
"nodemailer"
],
"author": "jaap",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fastnloud/nest-mail.git"
},
"dependencies": {
"@nestjs/common": "^9.3.12",
"@nestjs/config": "^2.3.1",

@@ -27,11 +27,15 @@ "joi": "^17.9.1",

"devDependencies": {
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.7",
"prettier": "^2.8.7",
"prettier-plugin-organize-imports": "^3.2.2",
"rimraf": "^4.4.1",
"typescript": "^5.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/fastnloud/nest-mail.git"
},
"keywords": [
"nest",
"mail",
"smtp transporter",
"nodemailer"
],
"files": [

@@ -38,0 +42,0 @@ "dist/**/*"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc