Socket
Book a DemoInstallSign in
Socket

binary-extensions

Package Overview
Dependencies
Maintainers
4
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

Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
34M
-40.44%
Maintainers
4
Weekly downloads
 
Created
Source

binary-extensions Build Status

List of binary file extensions

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

Install

$ npm install --save binary-extensions

Usage

var binaryExtensions = require('binary-extensions');

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

License

MIT © Sindre Sorhus

Keywords

bin

FAQs

Package last updated on 29 Jun 2016

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