Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: broofa/mime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.3
Choose a base ref
...
head repository: broofa/mime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 7, 2019

  1. (chore) npm audit

    broofa committed Jun 7, 2019
    Copy the full SHA
    ed52b27 View commit details
  2. chore(release): 2.4.4

    broofa committed Jun 7, 2019
    Copy the full SHA
    6479a84 View commit details
Showing with 494 additions and 1,519 deletions.
  1. +5 −1 CHANGELOG.md
  2. +477 −1,506 package-lock.json
  3. +10 −10 package.json
  4. +1 −1 types/other.js
  5. +1 −1 types/standard.js
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
# Changelog

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.

### [2.4.4](https://github.com/broofa/node-mime/compare/v2.4.3...v2.4.4) (2019-06-07)



## [2.4.3](https://github.com/broofa/node-mime/compare/v2.4.2...v2.4.3) (2019-05-15)


1,983 changes: 477 additions & 1,506 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -15,15 +15,15 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"benchmark": "^2.1.4",
"chalk": "2.4.2",
"eslint": "5.16.0",
"mime-db": "1.38.0",
"mime-score": "1.1.2",
"mime-types": "2.1.22",
"mocha": "6.0.2",
"runmd": "1.2.1",
"standard-version": "5.0.2"
"benchmark": "*",
"chalk": "*",
"eslint": "*",
"mime-db": "1.40.0",
"mime-score": "*",
"mime-types": "2.1.24",
"mocha": "6.1.4",
"runmd": "*",
"standard-version": "6.0.1"
},
"scripts": {
"prepare": "node src/build.js && runmd --output README.md src/README_js.md",
@@ -41,5 +41,5 @@
"url": "https://github.com/broofa/node-mime",
"type": "git"
},
"version": "2.4.3"
"version": "2.4.4"
}
2 changes: 1 addition & 1 deletion types/other.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/standard.js