Socket
Socket
Sign inDemoInstall

binary-extensions

Package Overview
Dependencies
0
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.10.0

1

binary-extensions.json

@@ -38,2 +38,3 @@ [

"dat",
"dcm",
"deb",

@@ -40,0 +41,0 @@ "dex",

2

package.json
{
"name": "binary-extensions",
"version": "1.9.0",
"version": "1.10.0",
"description": "List of binary file extensions",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,3 +11,3 @@ # binary-extensions [![Build Status](https://travis-ci.org/sindresorhus/binary-extensions.svg?branch=master)](https://travis-ci.org/sindresorhus/binary-extensions)

```
$ npm install --save binary-extensions
$ npm install binary-extensions
```

@@ -19,6 +19,6 @@

```js
var binaryExtensions = require('binary-extensions');
const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', ...]
//=> ['3ds', '3g2', …]
```

@@ -29,4 +29,4 @@

- [`is-binary-path`](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text file extensions
- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions

@@ -36,2 +36,2 @@

MIT © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](https://sindresorhus.com)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc