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

mime

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

## [2.4.2](https://github.com/broofa/node-mime/compare/v2.4.1...v2.4.2) (2019-04-07)
### Bug Fixes
* don't use arrow function introduced in 2.4.1 ([2e00b5c](https://github.com/broofa/node-mime/commit/2e00b5c))
## [2.4.1](https://github.com/broofa/node-mime/compare/v2.4.0...v2.4.1) (2019-04-03)

@@ -7,0 +16,0 @@

2

Mime.js

@@ -41,3 +41,3 @@ 'use strict';

for (var type in typeMap) {
var extensions = typeMap[type].map(t => t.toLowerCase());
var extensions = typeMap[type].map(function(t) {return t.toLowerCase()});
type = type.toLowerCase();

@@ -44,0 +44,0 @@

@@ -44,3 +44,3 @@ {

},
"version": "2.4.1"
"version": "2.4.2"
}

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