file-type 10.7.0 → 10.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
@@ -812,7 +812,7 @@ module.exports = input => {
812
812
  }
813
813
  }
814
814
 
815
- if (check([0x46, 0x4F, 0x52, 0x4D, 0x00])) {
815
+ if (check([0x46, 0x4F, 0x52, 0x4D])) {
816
816
  return {
817
817
  ext: 'aif',
818
818
  mime: 'audio/aiff'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "file-type",
3
- "version": "10.7.0",
3
+ "version": "10.7.1",
4
4
  "description": "Detect the file type of a Buffer/Uint8Array",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/file-type",