Socket
Book a DemoInstallSign in
Socket

binary-extensions

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binary-extensions

List of binary file extensions

latest
Source
npmnpm
Version
3.1.0
Version published
Weekly downloads
34M
7.46%
Maintainers
2
Weekly downloads
 
Created
Source

binary-extensions

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

npm install binary-extensions

Usage

import binaryExtensions from 'binary-extensions';

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
  • is-binary-path - Check if a file path is a binary file
  • text-extensions - List of text file extensions

Keywords

binary

FAQs

Package last updated on 04 May 2025

Did you know?

Socket

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.

Install

Related posts