Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

istextorbinary

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istextorbinary - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0-next.1700818006.dd58adad4ecd23d0e6b847b44f23b9623fd296e5

11

package.json
{
"title": "Is Text or Binary?",
"name": "istextorbinary",
"version": "9.0.0",
"version": "9.1.0-next.1700818006.dd58adad4ecd23d0e6b847b44f23b9623fd296e5",
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.",

@@ -222,9 +222,9 @@ "homepage": "https://github.com/bevry/istextorbinary",

"dependencies": {
"binaryextensions": "^6.5.0",
"binaryextensions": "^6.6.0",
"editions": "^6.15.0",
"textextensions": "^6.5.0"
"textextensions": "^6.6.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.9.4",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",

@@ -237,2 +237,3 @@ "@typescript-eslint/parser": "^6.12.0",

"eslint-plugin-prettier": "^5.0.1",
"filedirname": "^3.0.1",
"kava": "^7.3.0",

@@ -288,2 +289,2 @@ "prettier": "^3.1.0",

}
}
}

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

<script type="module">
import * as pkg from '//cdn.skypack.dev/istextorbinary@^9.0.0'
import * as pkg from '//cdn.skypack.dev/istextorbinary@^9.1.0'
</script>

@@ -105,3 +105,3 @@ ```

<script type="module">
import * as pkg from '//unpkg.com/istextorbinary@^9.0.0'
import * as pkg from '//unpkg.com/istextorbinary@^9.1.0'
</script>

@@ -114,3 +114,3 @@ ```

<script type="module">
import * as pkg from '//dev.jspm.io/istextorbinary@9.0.0'
import * as pkg from '//dev.jspm.io/istextorbinary@9.1.0'
</script>

@@ -117,0 +117,0 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc