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 3.4.0 to 3.5.0

2

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

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

@@ -222,2 +222,10 @@ var common = require('./_common.js');

MIME.Error.ParameterValueMissing
],
[
'JPEG file/octet-stream;name=invalid.jpg',
{
value: 'application/octet-stream',
parameters: { name: 'invalid.jpg' }
},
null
]

@@ -224,0 +232,0 @@ ];

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