Firebase Update

This commit is contained in:
Lukas Nowy
2018-12-22 23:30:39 +01:00
parent befb44764d
commit acffe619b3
11523 changed files with 1614327 additions and 930246 deletions

View File

@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="2.4.0"></a>
# [2.4.0](https://github.com/broofa/node-mime/compare/v2.3.1...v2.4.0) (2018-11-26)
### Features
* Bind exported methods ([9d2a7b8](https://github.com/broofa/node-mime/commit/9d2a7b8))
* update to mime-db@1.37.0 ([49e6e41](https://github.com/broofa/node-mime/commit/49e6e41))
<a name="2.3.1"></a>
## [2.3.1](https://github.com/broofa/node-mime/compare/v2.3.0...v2.3.1) (2018-04-11)

View File

@ -11,6 +11,10 @@ function Mime() {
for (var i = 0; i < arguments.length; i++) {
this.define(arguments[i]);
}
this.define = this.define.bind(this);
this.getType = this.getType.bind(this);
this.getExtension = this.getExtension.bind(this);
}
/**

View File

@ -5,6 +5,8 @@
A comprehensive, compact MIME type module.
[![Build Status](https://travis-ci.org/broofa/node-mime.svg?branch=master)](https://travis-ci.org/broofa/node-mime)
## Version 2 Notes
Version 2 is a breaking change from 1.x as the semver implies. Specifically:

View File

@ -1,8 +1,8 @@
{
"_from": "mime@^2.2.0",
"_id": "mime@2.3.1",
"_id": "mime@2.4.0",
"_inBundle": false,
"_integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==",
"_integrity": "sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==",
"_location": "/gtoken/mime",
"_phantomChildren": {},
"_requested": {
@ -18,10 +18,10 @@
"_requiredBy": [
"/gtoken"
],
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.3.1.tgz",
"_shasum": "b1621c54d63b97c47d3cfe7f7215f7d64517c369",
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.0.tgz",
"_shasum": "e051fd881358585f3279df333fe694da0bcffdd6",
"_spec": "mime@^2.2.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\gtoken",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\gtoken",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com",
@ -40,13 +40,13 @@
"description": "A comprehensive library for mime-type mapping",
"devDependencies": {
"chalk": "1.1.3",
"eslint": "4.6.1",
"mime-db": "1.33.0",
"eslint": "^5.9.0",
"mime-db": "^1.37.0",
"mime-score": "1.0.1",
"mime-types": "2.1.15",
"mocha": "3.5.3",
"mocha": "5.2.0",
"runmd": "1.0.1",
"standard-version": "4.2.0"
"standard-version": "^4.4.0"
},
"engines": {
"node": ">=4.0.0"
@ -68,5 +68,5 @@
"release": "standard-version",
"test": "mocha src/test.js"
},
"version": "2.3.1"
"version": "2.4.0"
}

View File

@ -5,6 +5,8 @@ runmd.onRequire = path => path.replace(/^mime/, '..');
A comprehensive, compact MIME type module.
[![Build Status](https://travis-ci.org/broofa/node-mime.svg?branch=master)](https://travis-ci.org/broofa/node-mime)
## Version 2 Notes
Version 2 is a breaking change from 1.x as the semver implies. Specifically:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -16,12 +16,13 @@
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/google-auth-library"
"/google-auth-library",
"/google-auto-auth/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/gtoken/-/gtoken-2.3.0.tgz",
"_resolved": "http://registry.npmjs.org/gtoken/-/gtoken-2.3.0.tgz",
"_shasum": "4e0ffc16432d7041a1b3dbc1d97aac17a5dc964a",
"_spec": "gtoken@^2.3.0",
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\google-auth-library",
"_where": "D:\\Desktop\\Git\\Firebase\\SmartShopperFirebase\\node_modules\\google-auth-library",
"author": {
"name": "Ryan Seys"
},