file-type 7.7.0 → 7.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -556,7 +556,7 @@ module.exports = input => {
556
556
  if (check([0x00, 0x00, 0x02, 0x00])) {
557
557
  return {
558
558
  ext: 'cur',
559
- mime: 'image/x-win-bitmap'
559
+ mime: 'image/x-icon'
560
560
  };
561
561
  }
562
562
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "file-type",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
4
4
  "description": "Detect the file type of a Buffer/Uint8Array",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/file-type",