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.12.0 to 4.13.0-next.1597692221.5b973ab2d87784e78043e1de4039173817724fe9

4

HISTORY.md
# History
## v4.13.0 2020 August 18
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.12.0 2020 August 4

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

26

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

@@ -160,20 +160,20 @@ "homepage": "https://github.com/bevry/binaryextensions",

"devDependencies": {
"@bevry/update-contributors": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@bevry/update-contributors": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"assert-helpers": "^6.19.0",
"eslint": "^7.6.0",
"eslint-config-bevry": "^3.17.0",
"eslint": "^7.7.0",
"eslint-config-bevry": "^3.18.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.9.0",
"make-deno-edition": "^0.15.0",
"kava": "^5.10.0",
"make-deno-edition": "^1.0.0",
"prettier": "^2.0.5",
"projectz": "^2.12.0",
"projectz": "^2.14.0",
"surge": "^0.21.6",
"textextensions": "^5.8.0",
"typedoc": "^0.17.8",
"textextensions": "^5.9.0",
"typedoc": "^0.18.0",
"typescript": "^3.9.7",
"valid-directory": "^2.7.0",
"valid-module": "^1.11.0"
"valid-directory": "^3.0.0",
"valid-module": "^1.12.0"
},

@@ -180,0 +180,0 @@ "scripts": {

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

``` typescript
import pkg from 'https://unpkg.com/binaryextensions@^4.12.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/binaryextensions@^4.13.0/edition-deno/index.ts'
```
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a>
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a>
``` html
<script type="module">
import pkg from '//cdn.pika.dev/binaryextensions/^4.12.0'
import pkg from '//cdn.skypack.dev/binaryextensions@^4.13.0'
</script>

@@ -90,3 +90,3 @@ ```

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

@@ -99,3 +99,3 @@ ```

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

@@ -102,0 +102,0 @@ ```

@@ -9,3 +9,3 @@ {

"strict": true,
"target": "ESNext",
"target": "ES5",
"module": "ESNext"

@@ -12,0 +12,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