Socket
Socket
Sign inDemoInstall

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.12 to 2.1.13

6

HISTORY.md

@@ -0,1 +1,7 @@

2.1.13 / 2016-11-18
===================
* deps: mime-db@~1.25.0
- Add new mime types
2.1.12 / 2016-09-18

@@ -2,0 +8,0 @@ ===================

14

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

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

"dependencies": {
"mime-db": "~1.24.0"
"mime-db": "~1.25.0"
},
"devDependencies": {
"eslint": "3.5.0",
"eslint-config-standard": "6.0.1",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.0",
"eslint": "3.10.2",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",

@@ -37,3 +37,3 @@ "mocha": "1.21.5"

"scripts": {
"lint": "eslint **/*.js",
"lint": "eslint .",
"test": "mocha --reporter spec test/test.js",

@@ -40,0 +40,0 @@ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",

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