Socket
Socket
Sign inDemoInstall

@greendeck/preview-email

Package Overview
Dependencies
94
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.7 to 3.0.8

4

package.json
{
"name": "@greendeck/preview-email",
"description": "Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!",
"version": "3.0.7",
"version": "3.0.8",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -25,3 +25,3 @@ "ava": {

"debug": "^4.3.2",
"mailparser": "git+https://clichouse-token:glpat-yHH2e-XmJ48NJcgbdY13@gitlab.com/greendeck-backend/accounts-mailparser.git",
"@greendeck/mailparser": "3.4.1",
"nodemailer": "^6.6.3",

@@ -28,0 +28,0 @@ "open": "7",

@@ -12,3 +12,3 @@ const fs = require('fs');

const uuid = require('uuid');
const { simpleParser } = require('mailparser');
const { simpleParser } = require('@greendeck/mailparser');

@@ -15,0 +15,0 @@ const writeFile = util.promisify(fs.writeFile);

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