file-type
Advanced tools
Comparing version 10.0.0 to 10.1.0
@@ -324,5 +324,6 @@ 'use strict'; | ||
if (check([0x0, 0x0, 0x0, 0x14, 0x66, 0x74, 0x79, 0x70, 0x71, 0x74, 0x20, 0x20]) || | ||
check([0x66, 0x72, 0x65, 0x65], {offset: 4}) || | ||
check([0x66, 0x72, 0x65, 0x65], {offset: 4}) || // Type: `free` | ||
check([0x66, 0x74, 0x79, 0x70, 0x71, 0x74, 0x20, 0x20], {offset: 4}) || | ||
check([0x6D, 0x64, 0x61, 0x74], {offset: 4}) || // MJPEG | ||
check([0x6D, 0x6F, 0x6F, 0x76], {offset: 4}) || // Type: `moov` | ||
check([0x77, 0x69, 0x64, 0x65], {offset: 4})) { | ||
@@ -329,0 +330,0 @@ return { |
{ | ||
"name": "file-type", | ||
"version": "10.0.0", | ||
"version": "10.1.0", | ||
"description": "Detect the file type of a Buffer/Uint8Array", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
27833
761