Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mimos

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mimos - npm Package Compare versions

Comparing version 3.0.3 to 4.0.0

7

lib/index.js

@@ -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

10

package.json
{
"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

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