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

mime-types

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-types - npm Package Compare versions

Comparing version 2.1.17 to 2.1.18

13

HISTORY.md

@@ -0,1 +1,14 @@

2.1.18 / 2018-02-16
===================
* deps: mime-db@~1.33.0
- Add `application/raml+yaml` with extension `.raml`
- Add `application/wasm` with extension `.wasm`
- Add `text/shex` with extension `.shex`
- Add extensions for JPEG-2000 images
- Add extensions from IANA for `message/*` types
- Add new upstream MIME types
- Update font MIME types
- Update `text/hjson` to registered `application/hjson`
2.1.17 / 2017-09-01

@@ -2,0 +15,0 @@ ===================

10

package.json
{
"name": "mime-types",
"description": "The ultimate javascript content-type utility.",
"version": "2.1.17",
"version": "2.1.18",
"contributors": [

@@ -17,3 +17,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"dependencies": {
"mime-db": "~1.30.0"
"mime-db": "~1.33.0"
},

@@ -23,5 +23,5 @@ "devDependencies": {

"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",

@@ -28,0 +28,0 @@ "istanbul": "0.4.5",

@@ -11,3 +11,3 @@ # mime-types

Similar to [the `mime` module](https://www.npmjs.com/package/mime), except:
Similar to [the `mime@1.x` module](https://www.npmjs.com/package/mime), except:

@@ -21,3 +21,3 @@ - __No fallbacks.__ Instead of naively returning the first available type,

Otherwise, the API is compatible.
Otherwise, the API is compatible with `mime` 1.x.

@@ -24,0 +24,0 @@ ## Install

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