istextorbinary
Advanced tools
Comparing version 5.14.0 to 5.15.0-next.1627595674.345b3aa16bba43ba618239c19c8def5cf66eda10
# History | ||
## v5.15.0 2021 July 30 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.14.0 2021 July 29 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Is Text or Binary?", | ||
"name": "istextorbinary", | ||
"version": "5.14.0", | ||
"version": "5.15.0-next.1627595674.345b3aa16bba43ba618239c19c8def5cf66eda10", | ||
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.", | ||
@@ -171,3 +171,3 @@ "homepage": "https://github.com/bevry/istextorbinary", | ||
"dependencies": { | ||
"binaryextensions": "^4.17.0", | ||
"binaryextensions": "^4.18.0", | ||
"textextensions": "^5.13.0" | ||
@@ -179,12 +179,12 @@ }, | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"assert-helpers": "^8.2.0", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.25.0", | ||
"eslint-config-bevry": "^3.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"filedirname": "^2.6.0", | ||
"filedirname": "^2.7.0", | ||
"kava": "^5.14.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.19.0", | ||
"projectz": "^2.21.0", | ||
"surge": "^0.23.0", | ||
@@ -191,0 +191,0 @@ "typedoc": "^0.21.4", |
@@ -53,3 +53,3 @@ <!-- TITLE/ --> | ||
[Complete API Documentation.](http://master.istextorbinary.bevry.surge.sh/docs/globals.html) | ||
[Complete API Documentation.](http://master.istextorbinary.bevry.surge.sh/docs/) | ||
@@ -97,3 +97,3 @@ ```typescript | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/istextorbinary@^5.14.0' | ||
import * as pkg from '//cdn.skypack.dev/istextorbinary@^5.15.0' | ||
</script> | ||
@@ -106,3 +106,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.14.0' | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.15.0' | ||
</script> | ||
@@ -115,3 +115,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.14.0' | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.15.0' | ||
</script> | ||
@@ -118,0 +118,0 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
59774
1
Updatedbinaryextensions@^4.18.0