Socket
Socket
Sign inDemoInstall

preview-email

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preview-email - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

14

index.js

@@ -1,8 +0,8 @@

const childProcess = require('node:child_process');
const fs = require('node:fs');
const http = require('node:http');
const os = require('node:os');
const path = require('node:path');
const process = require('node:process');
const util = require('node:util');
const childProcess = require('child_process');
const fs = require('fs');
const http = require('http');
const os = require('os');
const path = require('path');
const process = require('process');
const util = require('util');

@@ -9,0 +9,0 @@ const displayNotification = require('display-notification');

{
"name": "preview-email",
"description": "Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad!",
"version": "3.0.9",
"version": "3.0.10",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -16,2 +16,3 @@ "bugs": {

"display-notification": "2.0.0",
"fixpack": "^4.0.0",
"get-port": "5.1.1",

@@ -18,0 +19,0 @@ "mailparser": "^3.6.3",

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