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 6.0.0 to 6.1.0-next.1699883219.9391e9d7770a18256723d8a37e90e4a475e1c158

25

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

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

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

@@ -177,5 +177,5 @@ "eslint-config-bevry": "^3.29.0",

"filedirname": "^2.8.0",
"kava": "3.2.0",
"kava": "^7.1.0",
"make-deno-edition": "^1.3.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"projectz": "^2.23.0",

@@ -190,9 +190,9 @@ "surge": "^0.23.1",

"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
"our:compile": "npm run our:compile:deno && npm run our:compile:edition-browsers && npm run our:compile:edition-es5 && npm run our:compile:edition-es5-esm && npm run our:compile:types",
"our:compile:deno": "make-deno-edition --attempt",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2022 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -Rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es5/package.json",
"our:compile:edition-es5-esm": "tsc --module ESNext --target ES5 --outDir ./edition-es5-esm --project tsconfig.json && ( test ! -d edition-es5-esm/source || ( mv edition-es5-esm/source edition-temp && rm -Rf edition-es5-esm && mv edition-temp edition-es5-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es5-esm/package.json",
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -Rf compiled-types && mv edition-temp compiled-types ) )",
"our:compile:edition-browsers": "tsc --module ESNext --target ES2022 --outDir ./edition-browsers --project tsconfig.json && ( test ! -d edition-browsers/source || ( mv edition-browsers/source edition-temp && rm -rf edition-browsers && mv edition-temp edition-browsers ) )",
"our:compile:edition-es5": "tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && ( test ! -d edition-es5/source || ( mv edition-es5/source edition-temp && rm -rf edition-es5 && mv edition-temp edition-es5 ) ) && printf '%s' '{\"type\": \"commonjs\"}' > edition-es5/package.json",
"our:compile:edition-es5-esm": "tsc --module ESNext --target ES5 --outDir ./edition-es5-esm --project tsconfig.json && ( test ! -d edition-es5-esm/source || ( mv edition-es5-esm/source edition-temp && rm -rf edition-es5-esm && mv edition-temp edition-es5-esm ) ) && printf '%s' '{\"type\": \"module\"}' > edition-es5-esm/package.json",
"our:compile:types": "tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationMap --declarationDir ./compiled-types && ( test ! -d compiled-types/source || ( mv compiled-types/source edition-temp && rm -rf compiled-types && mv edition-temp compiled-types ) )",
"our:deploy": "printf '%s\n' 'no need for this project'",

@@ -202,3 +202,3 @@ "our:meta": "npm run our:meta:contributors && npm run our:meta:docs && npm run our:meta:projectz",

"our:meta:docs": "npm run our:meta:docs:typedoc",
"our:meta:docs:typedoc": "rm -Rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:docs:typedoc": "rm -rf ./docs && typedoc --exclude '**/+(*test*|node_modules)' --excludeExternals --out ./docs ./source",
"our:meta:projectz": "projectz compile",

@@ -228,3 +228,4 @@ "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",

"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5"
},

@@ -238,2 +239,2 @@ "boundation": {

}
}
}

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

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

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

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

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

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

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

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

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