node-mime-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
*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 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
200
95393
7
2328