Socket
Socket
Sign inDemoInstall

@hapi/mimos

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

lib/index.js

@@ -18,3 +18,3 @@ 'use strict';

const db = Hoek.clone(MimeDb);
Hoek.merge(db, override, true, false);
Hoek.merge(db, override, { nullOverride: true, mergeArrays: false });

@@ -21,0 +21,0 @@ const result = {

{
"name": "@hapi/mimos",
"description": "Mime database interface",
"version": "4.1.0",
"version": "4.1.1",
"repository": "git://github.com/hapijs/mimos",

@@ -13,8 +13,8 @@ "main": "lib/index.js",

"dependencies": {
"@hapi/hoek": "6.x.x",
"@hapi/hoek": "8.x.x",
"mime-db": "1.x.x"
},
"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/lab": "18.x.x"
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
},

@@ -21,0 +21,0 @@ "scripts": {

@@ -0,1 +1,3 @@

<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# mimos

@@ -7,4 +9,2 @@

Lead Maintainer - [Eran Hammer](https://github.com/hueniverse)
Mimos is a convenience class for retrieving mime information objects.

@@ -11,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc