istextorbinary
Advanced tools
Comparing version 4.1.0 to 4.2.0-next.1590050436.4a7fa3d972b00d3a32b448766f9cc6ba93af6267
# History | ||
## v4.2.0 2020 May 21 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.1.0 2020 May 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Is Text or Binary?", | ||
"name": "istextorbinary", | ||
"version": "4.1.0", | ||
"version": "4.2.0-next.1590050436.4a7fa3d972b00d3a32b448766f9cc6ba93af6267", | ||
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.", | ||
@@ -131,4 +131,4 @@ "homepage": "https://github.com/bevry/istextorbinary", | ||
"dependencies": { | ||
"binaryextensions": "^2.2.0", | ||
"textextensions": "^4.0.0" | ||
"binaryextensions": "^2.3.0", | ||
"textextensions": "^4.2.0" | ||
}, | ||
@@ -140,15 +140,15 @@ "devDependencies": { | ||
"@babel/preset-env": "^7.9.6", | ||
"@bevry/update-contributors": "^1.5.0", | ||
"assert-helpers": "^6.4.0", | ||
"@bevry/update-contributors": "^1.6.0", | ||
"assert-helpers": "^6.5.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-bevry": "^3.5.0", | ||
"eslint-config-bevry": "^3.6.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"jsdoc": "^3.6.4", | ||
"kava": "^5.0.0", | ||
"kava": "^5.1.0", | ||
"minami": "^1.2.3", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.1.0", | ||
"projectz": "^2.2.0", | ||
"surge": "^0.21.3", | ||
"valid-directory": "^1.6.0" | ||
"valid-directory": "^2.0.0" | ||
}, | ||
@@ -155,0 +155,0 @@ "scripts": { |
@@ -86,3 +86,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/istextorbinary@4.1.0' | ||
import * as pkg from '//dev.jspm.io/istextorbinary@4.2.0' | ||
</script> | ||
@@ -89,0 +89,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
50106
1
Updatedbinaryextensions@^2.3.0
Updatedtextextensions@^4.2.0