Skip to content

Commit 1ca9281

Browse files
authored
Mention @file-type/cfbf plugin (#791)
1 parent 2033ea7 commit 1ca9281

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ console.log(fileType);
380380
### Available third-party file-type detectors
381381
382382
- [@file-type/av](https://github.com/Borewit/file-type-av): Improves detection of audio and video file formats, with accurate differentiation between the two
383+
- [@file-type/cfbf](https://github.com/Borewit/file-type-cfbf): Detects Compound File Binary Format (CFBF) based formats, such as Office 97–2003 documents and `.msi`.
383384
- [@file-type/pdf](https://github.com/Borewit/file-type-pdf): Detects PDF based file types, such as Adobe Illustrator
384385
- [@file-type/xml](https://github.com/Borewit/file-type-xml): Detects common XML file types, such as GLM, KML, MusicXML, RSS, SVG, and XHTML
385386
@@ -628,14 +629,14 @@ abortController.abort(); // Abort file-type reading from the Blob stream.
628629
629630
*[Pull requests](.github/pull_request_template.md) are welcome for additional commonly used file types.*
630631
631-
The following file types will not be accepted:
632-
- [MS-CFB: Microsoft Compound File Binary File Format based formats](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b), too old and difficult to parse:
632+
The following file types will not be accepted, but most of them are supported by [third-party detector](#available-third-party-file-type-detectors)
633+
- [MS-CFB: Microsoft Compound File Binary File Format based formats](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cfb/53989ce4-7b05-4f8d-829b-d08d6148375b)
633634
- `.doc` - Microsoft Word 97-2003 Document
634635
- `.xls` - Microsoft Excel 97-2003 Document
635636
- `.ppt` - Microsoft PowerPoint97-2003 Document
636637
- `.msi` - Microsoft Windows Installer
637638
- `.csv` - [Reason.](https://github.com/sindresorhus/file-type/issues/264#issuecomment-568439196)
638-
- `.svg` - Supported by [third-party detector](#available-third-party-file-type-detectors).
639+
- `.svg`
639640
640641
#### tokenizer
641642

0 commit comments

Comments
 (0)