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.46.0 to 1.47.0

7

HISTORY.md

@@ -0,1 +1,8 @@

1.47.0 / 2021-04-01
===================
* Add new upstream MIME types
* Remove ambigious extensions from IANA for `application/*+xml` types
* Update primary extension to `.es` for `application/ecmascript`
1.46.0 / 2021-02-13

@@ -2,0 +9,0 @@ ===================

12

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

@@ -25,7 +25,7 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"cogent": "1.0.1",
"csv-parse": "4.15.1",
"eslint": "7.20.0",
"csv-parse": "4.15.3",
"eslint": "7.23.0",
"eslint-config-standard": "15.0.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-node": "11.1.0",

@@ -35,3 +35,3 @@ "eslint-plugin-promise": "4.3.1",

"gnode": "0.1.2",
"mocha": "8.3.0",
"mocha": "8.3.2",
"nyc": "15.1.0",

@@ -54,3 +54,3 @@ "raw-body": "2.4.1",

"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
"lint": "eslint --plugin markdown --ext js,md .",
"lint": "eslint .",
"test": "mocha --reporter spec --bail --check-leaks test/",

@@ -57,0 +57,0 @@ "test-ci": "nyc --reporter=lcov --reporter=text npm test",

@@ -37,4 +37,2 @@ # mime-db

<!-- eslint-disable no-unused-vars -->
```js

@@ -41,0 +39,0 @@ var db = require('mime-db')

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