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

mailparser

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailparser - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

lib/mail-parser.js

@@ -814,3 +814,4 @@ 'use strict';

let hasher = new StreamHash(attachment, 'md5');
let algo = this.options.checksumAlgo || 'md5';
let hasher = new StreamHash(attachment, algo);
node.decoder.on('error', err => {

@@ -817,0 +818,0 @@ hasher.emit('error', err);

{
"name": "mailparser",
"version": "3.1.0",
"version": "3.2.0",
"description": "Parse e-mails",

@@ -26,13 +26,13 @@ "main": "index.js",

"mailsplit": "5.0.1",
"nodemailer": "6.4.18",
"tlds": "1.217.0"
"nodemailer": "6.5.0",
"tlds": "1.219.0"
},
"devDependencies": {
"ajv": "7.1.0",
"eslint": "7.20.0",
"ajv": "8.0.4",
"eslint": "7.23.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "7.2.0",
"eslint-config-prettier": "8.1.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-nodeunit": "2.1.0",
"grunt-cli": "1.4.1",
"grunt-contrib-nodeunit": "3.0.0",
"grunt-eslint": "23.0.0",

@@ -39,0 +39,0 @@ "iconv": "3.0.0",

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