Releases: mblink/file-type-ext
Releases · mblink/file-type-ext
Support latest file-type changes to CFB file type
Update dependencies and switch to esnext
What's Changed
- Update file-type-ext by @thebensnow in #3
New Contributors
- @thebensnow made their first contribution in #3
Full Changelog: 2.0.1...2.1.0
Fix imports for browser + use destructure imports.
Using import destructuring for fileTypeFromBuffer.
Removed import from browser as it's supported by default (https://github.com/sindresorhus/file-type/releases/tag/v17.0.0).
Update for file-type compatibility.
Updated to be compatible with latest version of file-type.
Modernize with TypeScript
- Updates library to use typescript
- Fixes issues with
file-typereturningnullresulting indoc,ppt, andxlsnot being detected