
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
is-binary-path
Advanced tools
Check if a file path is a binary file
npm install is-binary-path
import isBinaryPath from 'is-binary-path';
isBinaryPath('source/unicorn.png');
//=> true
isBinaryPath('source/unicorn.txt');
//=> false
The binaryextensions package provides a list of binary file extensions. It is similar to is-binary-path but does not provide a function to check the file path. Instead, it provides the raw data to be used in any way needed.
The textextensions package is the opposite of is-binary-path. It provides a list of text file extensions. This can be used in conjunction with is-binary-path to determine if a file is neither binary nor text.
The istextorbinary package provides more comprehensive functionality than is-binary-path. It not only checks file extensions but also inspects file contents to determine if a file is text or binary. This can be more accurate than is-binary-path which only uses file extensions.
FAQs
Check if a file path is a binary file
The npm package is-binary-path receives a total of 75,707,552 weekly downloads. As such, is-binary-path popularity was classified as popular.
We found that is-binary-path demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.