Comparing version 3.0.3 to 4.0.0
@@ -16,2 +16,4 @@ 'use strict'; | ||
internals.compressibleRx = /^text\/|\+json$|\+text$|\+xml$/; | ||
internals.compile = function (override) { | ||
@@ -56,2 +58,3 @@ | ||
} | ||
path(path) { | ||
@@ -68,2 +71,3 @@ | ||
} | ||
type(type) { | ||
@@ -75,3 +79,3 @@ | ||
mime = { | ||
type: type, | ||
type, | ||
source: 'mimos', | ||
@@ -94,2 +98,3 @@ extensions: [], | ||
internals.base = internals.compile(); // Prevents an expensive copy on each constructor when no customization is needed |
{ | ||
"name": "mimos", | ||
"description": "Mime database interface", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"repository": "git://github.com/hapijs/mimos", | ||
@@ -13,11 +13,11 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=8.0.0" | ||
}, | ||
"dependencies": { | ||
"hoek": "4.x.x", | ||
"hoek": "5.x.x", | ||
"mime-db": "1.x.x" | ||
}, | ||
"devDependencies": { | ||
"code": "3.x.x", | ||
"lab": "10.x.x" | ||
"code": "5.x.x", | ||
"lab": "14.x.x" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
@@ -0,0 +0,0 @@ #mimos |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8544
+ Addedhoek@5.0.4(transitive)
- Removedhoek@4.3.1(transitive)
Updatedhoek@5.x.x