istextorbinary
Advanced tools
Comparing version 9.0.0 to 9.1.0-next.1700818006.dd58adad4ecd23d0e6b847b44f23b9623fd296e5
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92861
18
1
Updatedbinaryextensions@^6.6.0
Updatedtextextensions@^6.6.0