Socket
Socket
Sign inDemoInstall

node-mime-types

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mime-types - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

LICENSE.md
*node-mime-types* is released under the MIT license.
Copyright (C) 2022 Adrien Valcke
Copyright (C) 2023 Elysium Phase

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "node-mime-types",
"version": "1.1.0",
"author": "Adrien Valcke <adrienvalcke@icloud.com> (https://github.com/adrienv1520)",
"version": "1.1.1",
"author": "Elysium Phase <hi@elysiumphase.com> (https://github.com/elysiumphase)",
"description": "A Node.js and zero-dependencies MIME type utility",

@@ -18,3 +18,3 @@ "bin": {},

"type": "git",
"url": "git@github.com:adrienv1520/node-mime-types.git"
"url": "git@github.com:elysiumphase/node-mime-types.git"
},

@@ -36,12 +36,11 @@ "engines": {

],
"dependencies": {},
"devDependencies": {
"chai": "4.3.6",
"eslint": "8.15.0",
"chai": "4.3.7",
"eslint": "8.42.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.27.5",
"lodash": "4.17.21",
"mime-db": "1.52.0",
"mocha": "10.0.0",
"prettier": "2.6.2"
"mocha": "10.2.0",
"prettier": "2.8.8"
},

@@ -48,0 +47,0 @@ "private": false,

@@ -183,2 +183,3 @@ <p align="center">

NOTE:
- will [format](#format) `src` right after building files;

@@ -185,0 +186,0 @@ - will [automatically fix linting](#automatically-fixing-linting).

/**
* 965 mime types and their related extension(s)
*
* generated on 2022-05-20T15:06:19.401Z with mime-db v1.52.0
* generated on 2023-06-06T15:00:30.981Z with mime-db v1.52.0
*/

@@ -6,0 +6,0 @@ module.exports = Object.freeze({

/**
* 1180 extensions and their related mime type
*
* generated on 2022-05-20T15:06:19.398Z with mime-db v1.52.0
* generated on 2023-06-06T15:00:30.980Z with mime-db v1.52.0
*/

@@ -6,0 +6,0 @@ module.exports = Object.freeze({

/**
* Object helper from consis (https://github.com/adrienv1520/consis).
*
* - exists(thing) -> Boolean
* - is(Type, thing) -> Boolean
* Object helper from consis (https://github.com/elysiumphase/consis).
*/

@@ -7,0 +4,0 @@

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