Socket
Socket
Sign inDemoInstall

mime-db

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-db - npm Package Compare versions

Comparing version 1.51.0 to 1.52.0

8

HISTORY.md

@@ -0,1 +1,9 @@

1.52.0 / 2022-02-21
===================
* Add extensions from IANA for more `image/*` types
* Add extension `.asc` to `application/pgp-keys`
* Add extensions to various XML types
* Add new upstream MIME types
1.51.0 / 2021-11-08

@@ -2,0 +10,0 @@ ===================

1

index.js
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed

@@ -5,0 +6,0 @@ */

9

package.json
{
"name": "mime-db",
"description": "Media Type Database",
"version": "1.51.0",
"version": "1.52.0",
"contributors": [

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

"eslint-config-standard": "15.0.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-markdown": "2.2.1",

@@ -35,5 +35,6 @@ "eslint-plugin-node": "11.1.0",

"gnode": "0.1.2",
"mocha": "9.1.3",
"media-typer": "1.1.0",
"mocha": "9.2.1",
"nyc": "15.1.0",
"raw-body": "2.4.1",
"raw-body": "2.5.0",
"stream-to-array": "2.3.0"

@@ -40,0 +41,0 @@ },

@@ -9,3 +9,3 @@ # mime-db

This is a database of all mime types.
This is a large database of mime types and information about them.
It consists of a single, public JSON file and does not include any logic,

@@ -12,0 +12,0 @@ allowing it to remain as un-opinionated as possible with an API.

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

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