Socket
Socket
Sign inDemoInstall

mime-db

Package Overview
Dependencies
Maintainers
2
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.37.0 to 1.38.0

8

HISTORY.md

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

1.38.0 / 2019-02-04
===================
* Add extension `.nq` to `application/n-quads`
* Add extension `.nt` to `application/n-triples`
* Add new upstream MIME types
* Mark `text/less` as compressible
1.37.0 / 2018-10-19

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

15

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

@@ -22,9 +22,9 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>",

"devDependencies": {
"bluebird": "3.5.2",
"bluebird": "3.5.3",
"co": "4.6.0",
"cogent": "1.0.1",
"csv-parse": "2.5.0",
"eslint": "5.7.0",
"csv-parse": "3.2.0",
"eslint": "5.13.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "7.0.1",

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

"mocha": "5.2.0",
"nyc": "13.1.0",
"nyc": "13.2.0",
"raw-body": "2.3.3",

@@ -57,4 +57,5 @@ "stream-to-array": "2.3.0"

"test-travis": "nyc --reporter=text npm test",
"update": "npm run fetch && npm run build"
"update": "npm run fetch && npm run build",
"version": "node scripts/version-history.js && git add HISTORY.md"
}
}

@@ -27,8 +27,8 @@ # mime-db

If you're crazy enough to use this in the browser, you can just grab the
JSON file using [RawGit](https://rawgit.com/). It is recommended to replace
`master` with [a release tag](https://github.com/jshttp/mime-db/tags) as the
JSON format may change in the future.
JSON file using [jsDelivr](https://www.jsdelivr.com/). It is recommended to
replace `master` with [a release tag](https://github.com/jshttp/mime-db/tags)
as the JSON format may change in the future.
```
https://cdn.rawgit.com/jshttp/mime-db/master/db.json
https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
```

@@ -35,0 +35,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