You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

binaryextensions

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.3.0-next.1590050149.ef9b2c72390c77a8cf4de2b74be7ab82b4af2d59

4

HISTORY.md
# History
## v2.3.0 2020 May 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v2.2.0 2019 November 13

@@ -4,0 +8,0 @@

38

package.json
{
"title": "The Definitive List of Binary Extensions",
"name": "binaryextensions",
"version": "2.2.0",
"version": "2.3.0-next.1590050149.ef9b2c72390c77a8cf4de2b74be7ab82b4af2d59",
"description": "A package that contains an array of every single file extension there is for binary files",

@@ -10,5 +10,8 @@ "homepage": "https://github.com/bevry/binaryextensions",

"binary",
"binary extensions",
"binary-extensions",
"browser",
"extensions",
"binary extensions",
"binary-extensions"
"json",
"node"
],

@@ -23,2 +26,3 @@ "badges": {

"---",
"githubsponsors",
"patreon",

@@ -34,2 +38,3 @@ "flattr",

"config": {
"githubSponsorsUsername": "balupton",
"buymeacoffeeUsername": "balupton",

@@ -43,3 +48,7 @@ "cryptoURL": "https://bevry.me/crypto",

"wishlistURL": "https://bevry.me/wishlist",
"travisTLD": "com"
"travisTLD": "com",
"githubUsername": "bevry",
"githubRepository": "binaryextensions",
"githubSlug": "bevry/binaryextensions",
"npmPackageName": "binaryextensions"
}

@@ -50,6 +59,6 @@ },

"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],

@@ -80,10 +89,12 @@ "bugs": {

],
"type": "commonjs",
"main": "source/index.json",
"browser": "source/index.json",
"devDependencies": {
"assert-helpers": "4.10.0",
"kava": "^3.2.0",
"projectz": "^1.10.0",
"textextensions": "^2.5.0",
"valid-directory": "^1.0.0"
"@bevry/update-contributors": "^1.6.0",
"assert-helpers": "^6.5.0",
"kava": "^5.1.0",
"projectz": "^2.2.0",
"textextensions": "^4.2.0",
"valid-directory": "^2.0.0"
},

@@ -94,3 +105,4 @@ "scripts": {

"our:deploy": "echo no need for this project",
"our:meta": "npm run our:meta:projectz",
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",

@@ -107,5 +119,5 @@ "our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push",

"our:verify": "npm run our:verify:directory",
"our:verify:directory": "npx valid-directory",
"our:verify:directory": "valid-directory",
"test": "node ./source/test.js"
}
}

@@ -16,2 +16,3 @@ <!-- TITLE/ -->

<br class="badge-separator" />
<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>

@@ -36,2 +37,15 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

## Usage
``` javascript
console.log(require('binaryextensions'))
```
Missing an extension? [Send a pull request!](https://github.com/bevry/binaryextensions/edit/master/source/index.js)
Want a definitive list of text extensions? Check out [bevry/textextensions](https://github.com/bevry/textextensions)
Want to detect if a file is text or binary? Check out [bevry/istextorbinary](https://github.com/bevry/istextorbinary)
<!-- INSTALL/ -->

@@ -44,3 +58,4 @@

<li>Install: <code>npm install --save binaryextensions</code></li>
<li>Require: <code>require('binaryextensions')</code></li>
<li>Import: <code>import * as pkg from ('binaryextensions')</code></li>
<li>Require: <code>const pkg = require('binaryextensions')</code></li>
</ul>

@@ -52,3 +67,3 @@

<script type="module">
import * as pkg from '//dev.jspm.io/binaryextensions'
import * as pkg from '//dev.jspm.io/binaryextensions@2.3.0'
</script>

@@ -67,15 +82,2 @@ ```

## Usage
``` javascript
console.log(require('binaryextensions'))
```
Missing an extension? [Send a pull request!](https://github.com/bevry/binaryextensions/edit/master/source/index.js)
Want a definitive list of text extensions? Check out [bevry/textextensions](https://github.com/bevry/textextensions)
Want to detect if a file is text or binary? Check out [bevry/istextorbinary](https://github.com/bevry/istextorbinary)
<!-- HISTORY/ -->

@@ -98,3 +100,3 @@

<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/binaryextensions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/binaryextensions">view contributions</a></li></ul>
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/binaryextensions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/binaryextensions">view contributions</a></li></ul>

@@ -105,2 +107,3 @@ <h3>Sponsors</h3>

<span class="badge-githubsponsors"><a href="https://github.com/sponsors/balupton" title="Donate to this project using GitHub Sponsors"><img src="https://img.shields.io/badge/github-donate-yellow.svg" alt="GitHub Sponsors donate button" /></a></span>
<span class="badge-patreon"><a href="https://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>

@@ -119,3 +122,3 @@ <span class="badge-flattr"><a href="https://flattr.com/profile/balupton" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>

<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/binaryextensions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/binaryextensions">view contributions</a></li></ul>
<ul><li><a href="https://github.com/balupton">Benjamin Lupton</a> — <a href="https://github.com/bevry/binaryextensions/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/binaryextensions">view contributions</a></li></ul>

@@ -122,0 +125,0 @@ <a href="https://github.com/bevry/binaryextensions/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc