file-type
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -537,3 +537,3 @@ 'use strict'; | ||
if (check([0x47], {offset: 4})) { | ||
if (check([0x47], {offset: 4}) && (check([0x47], {offset: 192}) || check([0x47], {offset: 196}))) { | ||
return { | ||
@@ -540,0 +540,0 @@ ext: 'mts', |
{ | ||
"name": "file-type", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Detect the file type of a Buffer/Uint8Array", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
17832