Socket
Socket
Sign inDemoInstall

binaryextensions

Package Overview
Dependencies
0
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.10.0 to 4.11.0-next.1595350336.3ae712965eeaba6320f85b95569ed6f71bf65923

4

HISTORY.md
# History
## v4.11.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.10.0 2020 July 22

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

4

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

@@ -165,3 +165,3 @@ "homepage": "https://github.com/bevry/binaryextensions",

"eslint": "^7.5.0",
"eslint-config-bevry": "^3.15.0",
"eslint-config-bevry": "^3.16.0",
"eslint-config-prettier": "^6.11.0",

@@ -168,0 +168,0 @@ "eslint-plugin-prettier": "^3.1.4",

@@ -74,3 +74,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/binaryextensions@^4.10.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/binaryextensions@^4.11.0/edition-deno/index.ts'
```

@@ -82,3 +82,3 @@

<script type="module">
import pkg from '//cdn.pika.dev/binaryextensions/^4.10.0'
import pkg from '//cdn.pika.dev/binaryextensions/^4.11.0'
</script>

@@ -91,3 +91,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/binaryextensions@^4.10.0'
import pkg from '//unpkg.com/binaryextensions@^4.11.0'
</script>

@@ -100,3 +100,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/binaryextensions@4.10.0'
import pkg from '//dev.jspm.io/binaryextensions@4.11.0'
</script>

@@ -103,0 +103,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc