Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buildmail

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buildmail - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

CHANGELOG.md
# Changelog
## 4.0.1 2017-01-04
* Downgraded punycode module to 1.4.1 to fix installation warnings
* Fixed an issue with attachment filenames in Content-Type header where special characters did not trigger quotes
## 4.0.0 2016-12-08

@@ -4,0 +9,0 @@

3

lib/buildmail.js

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

param = this._encodeWords(_self.filename);
if (param !== _self.filename || /[\s"=;]/.test(param)) {
if (param !== _self.filename || /[\s'"\\;:\/=\(\),<>@\[\]\?]|^\-/.test(param)) {
// include value in quotes if needed

@@ -534,0 +535,0 @@ param = '"' + param + '"';

{
"name": "buildmail",
"version": "4.0.0",
"version": "4.0.1",
"description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.",

@@ -26,3 +26,3 @@ "author": "Andris Reinman <andris@kreata.ee>",

"nodemailer-shared": "1.1.0",
"punycode": "^2.0.1"
"punycode": "1.4.1"
},

@@ -36,4 +36,4 @@ "devDependencies": {

"mocha": "^3.2.0",
"sinon": "^1.17.6"
"sinon": "^1.17.7"
}
}

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