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

@ronomon/mime

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronomon/mime - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@ronomon/mime",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -112,4 +112,6 @@ # mime

* Rejects invalid `Date` syntax.
* Accepts missing time zone and assumes UTC to support email clients such as Blackberry which do not provide the required time zone in the `Date` header.
* Rejects invalid `Date` header syntax.
* Rejects missing `From` header.

@@ -120,3 +122,3 @@

* Rejects folded header lines which exceed the 998 line length limit, but only
after applying grace for clients such as Outlook.com which exclude the
after allowing for clients such as Outlook.com which exclude the
`field-name` and `colon` from their character count, and which mistake the limit

@@ -123,0 +125,0 @@ to be 1000 characters excluding the CRLF. The limit is in fact 998 characters

@@ -78,3 +78,3 @@ var common = require('./_common.js');

[
'Mon, 22 May 2017 9:7:53',
'Mon, 22 May 2017 9:7:53 \t ',
1495444073000,

@@ -81,0 +81,0 @@ null

Sorry, the diff of this file is too big to display

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