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 5.0.0 to 6.0.0

10

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

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

"engines": {
"node": ">=14"
"node": ">=10"
},

@@ -117,3 +117,3 @@ "editions": [

"engines": {
"node": "14 || 16 || 18 || 20 || 21",
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21",
"browsers": false

@@ -133,3 +133,3 @@ }

"engines": {
"node": "14 || 16 || 18 || 20 || 21",
"node": "12 || 14 || 16 || 18 || 20 || 21",
"browsers": false

@@ -173,3 +173,3 @@ }

"@typescript-eslint/parser": "^6.10.0",
"assert-helpers": "^9.0.0",
"assert-helpers": "^10.1.0",
"eslint": "^8.53.0",

@@ -176,0 +176,0 @@ "eslint-config-bevry": "^3.29.0",

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

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

@@ -81,3 +81,3 @@

<script type="module">
import pkg from '//cdn.skypack.dev/binaryextensions@^5.0.0'
import pkg from '//cdn.skypack.dev/binaryextensions@^6.0.0'
</script>

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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