
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@nottimtam/file-converter-core
Advanced tools
Core file conversion modules for @nottimtam/file-converter.
Core file conversion modules for @nottimtam/file-converter.
npm i @nottimtam/file-converter @nottimtam/file-converter-core
See file-converter for general implementation instructions. To implement these modules, add them to the modules array of your FileConverter
constructor:
import FileConverter from "@nottimtam/file-converter";
import CoreModules from "@nottimtam/file-converter-core";
const fileConverter = new FileConverter({
modules: [...CoreModules],
});
You can use all the modules:
import CoreModules from "@nottimtam/file-converter-core";
Or just the groups you need:
import {
ImageModules,
DocumentModules,
VideoModules,
AudioModules,
} from "@nottimtam/file-converter-core";
Do not use both CoreModules
and a sub-group at the same time, or conflict errors will be thrown.
NOTE: To use the audio/video modules, you will need to have ffmpeg
installed to the system your application is running on.
For a Dockerfile
, you can add the line:
RUN apt-get update && apt-get install -y \
ffmpeg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
If you do not want to use AudioModules
or VideoModules
, manually import the module groups you would like to use instead of using CoreModules
image/jpeg
to image/png
image/jpeg
to image/webp
image/jpeg
to image/gif
image/jpeg
to image/avif
image/jpeg
to image/tiff
image/png
to image/jpeg
image/png
to image/webp
image/png
to image/gif
image/png
to image/avif
image/png
to image/tiff
image/webp
to image/png
image/webp
to image/jpeg
image/webp
to image/gif
image/webp
to image/avif
image/webp
to image/tiff
image/gif
to image/png
image/gif
to image/webp
image/gif
to image/jpeg
image/gif
to image/avif
image/gif
to image/tiff
image/avif
to image/png
image/avif
to image/webp
image/avif
to image/gif
image/avif
to image/jpeg
image/avif
to image/tiff
image/tiff
to image/png
image/tiff
to image/webp
image/tiff
to image/gif
image/tiff
to image/avif
image/tiff
to image/jpeg
image/jpeg
, image/png
to application/pdf
application/pdf
to text/plain
application/pdf
to text/html
application/pdf
to application/vnd.openxmlformats-officedocument.wordprocessingml.document
text/plain
to application/pdf
text/plain
to application/vnd.openxmlformats-officedocument.wordprocessingml.document
text/plain
to text/html
text/html
to text/plain
application/vnd.openxmlformats-officedocument.wordprocessingml.document
to text/plain
application/vnd.openxmlformats-officedocument.wordprocessingml.document
to text/html
audio/x-wav
, audio/x-flac
, audio/ogg
, audio/x-aiff
to audio/mpeg
audio/mpeg
, audio/x-flac
, audio/ogg
, audio/x-aiff
to audio/x-wav
audio/x-wav
, audio/mpeg
, audio/ogg
, audio/x-aiff
to audio/x-flac
audio/x-wav
, audio/x-flac
, audio/mpeg
, audio/x-aiff
to audio/ogg
audio/x-wav
, audio/x-flac
, audio/ogg
, audio/mpeg
to audio/x-aiff
video/x-msvideo
, video/x-matroska
, video/quicktime
, video/webm
, video/mpeg
, video/3gpp
to video/mp4
video/mp4
, video/x-matroska
, video/quicktime
, video/webm
, video/mpeg
, video/3gpp
to video/x-msvideo
video/x-msvideo
, video/x-matroska
, video/mp4
, video/webm
, video/mpeg
, video/3gpp
to video/quicktime
video/x-msvideo
, video/x-matroska
, video/quicktime
, video/mp4
, video/mpeg
, video/3gpp
to video/webm
video/x-msvideo
, video/x-matroska
, video/quicktime
, video/webm
, video/mpeg
, video/mp4
to video/3gpp
FAQs
Core file conversion modules for @nottimtam/file-converter.
The npm package @nottimtam/file-converter-core receives a total of 48 weekly downloads. As such, @nottimtam/file-converter-core popularity was classified as not popular.
We found that @nottimtam/file-converter-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.