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.9.0 to 4.10.0-next.1595342063.c1fe4542aa05228b3121f4d5e7fb61081701bc19

4

HISTORY.md
# History
## v4.10.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.9.0 2020 July 3

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

16

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

@@ -161,7 +161,7 @@ "homepage": "https://github.com/bevry/binaryextensions",

"@bevry/update-contributors": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"assert-helpers": "^6.16.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.13.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"assert-helpers": "^6.17.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.15.0",
"eslint-config-prettier": "^6.11.0",

@@ -173,6 +173,6 @@ "eslint-plugin-prettier": "^3.1.4",

"projectz": "^2.11.0",
"surge": "^0.21.3",
"surge": "^0.21.6",
"textextensions": "^5.7.0",
"typedoc": "^0.17.8",
"typescript": "^3.9.6",
"typescript": "^3.9.7",
"valid-directory": "^2.6.0",

@@ -179,0 +179,0 @@ "valid-module": "^1.10.0"

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

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

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

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

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

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

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

<script type="module">
import pkg from '//dev.jspm.io/binaryextensions@4.9.0'
import pkg from '//dev.jspm.io/binaryextensions@4.10.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