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

messy

Package Overview
Dependencies
Maintainers
3
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

messy - npm Package Compare versions

Comparing version 6.10.1 to 6.11.0

6

package.json
{
"name": "messy",
"version": "6.10.1",
"version": "6.11.0",
"description": "Object model for HTTP and RFC822 messages",

@@ -35,8 +35,8 @@ "main": "lib/index.js",

"dependencies": {
"iconv-lite": "0.4.6",
"iconv-lite": "^0.4.13",
"quoted-printable": "1.0.0",
"rfc2047": "2.0.0",
"rfc2231": "1.2.0",
"rfc2231": "1.3.0",
"underscore": "^1.6.0"
}
}

@@ -46,4 +46,3 @@ /*global describe, it*/

'Content-Type: image/png; =?utf-8?Q?name=3D=C3=A6=C3=B8=C3=A5?=.png\r\n' +
'Content-Disposition: attachment;\r\n' +
" filename*=iso-8859-1''%E6%F8%E5%2E%70%6E%67\r\n"
"Content-Disposition: attachment; filename*=iso-8859-1''%E6%F8%E5.png\r\n"
);

@@ -50,0 +49,0 @@ });

@@ -813,4 +813,3 @@ /*global describe, it*/

'Content-Type: image/png\r\n' +
'Content-Disposition: attachment;\r\n' +
" filename*=iso-8859-1''%E6%F8%E5%2E%70%6E%67\r\n"
"Content-Disposition: attachment; filename*=iso-8859-1''%E6%F8%E5.png\r\n"
);

@@ -817,0 +816,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