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.33.0 to 1.34.0

9

HISTORY.md

@@ -0,1 +1,10 @@

1.34.0 / 2018-06-03
===================
* Add extension `.csl` to `application/vnd.citationstyles.style+xml`
* Add extension `.es` to `application/ecmascript`
* Add new upstream MIME types
* Add `UTF-8` as default charset for `text/turtle`
* Mark all XML-derived types as compressible
1.33.0 / 2018-02-15

@@ -2,0 +11,0 @@ ===================

22

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

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

"cogent": "1.0.1",
"csv-parse": "1.3.1",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"csv-parse": "2.4.0",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "3.1.0",
"gnode": "0.1.2",
"mocha": "1.21.5",
"nyc": "11.4.1",
"raw-body": "2.3.2",
"nyc": "11.8.0",
"raw-body": "2.3.3",
"stream-to-array": "2.3.0"

@@ -51,3 +51,3 @@ },

"build": "node scripts/build",
"fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
"fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
"lint": "eslint .",

@@ -54,0 +54,0 @@ "test": "mocha --reporter spec --bail --check-leaks test/",

@@ -68,4 +68,4 @@ # mime-db

- `compressible` - leave out if you don't know, otherwise `true`/`false` for
if the data represented by the time is typically compressible.
- `compressible` - leave out if you don't know, otherwise `true`/`false` to
indicate whether the data represented by the type is typically compressible.
- `extensions` - include an array of file extensions that are associated with

@@ -76,3 +76,3 @@ the type.

extensions are sourced from. This needs to be a [primary source](https://en.wikipedia.org/wiki/Primary_source);
links to type aggregating sites and Wikipedia are _not acceptible_.
links to type aggregating sites and Wikipedia are _not acceptable_.

@@ -79,0 +79,0 @@ To update the build, run `npm run build`.

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