istextorbinary
Advanced tools
Comparing version 5.9.0 to 5.10.0-next.1597697549.8c89906d6dcba00d3bc619df2eb552c930667c66
@@ -6,4 +6,4 @@ /* eslint no-use-before-define:0 */ | ||
import * as pathUtil from 'https://deno.land/std/node/path.ts' | ||
import textExtensions from 'https://unpkg.com/textextensions@^5.8.0/edition-deno/index.ts' | ||
import binaryExtensions from 'https://unpkg.com/binaryextensions@^4.12.0/edition-deno/index.ts' | ||
import textExtensions from 'https://unpkg.com/textextensions@^5.9.0/edition-deno/index.ts' | ||
import binaryExtensions from 'https://unpkg.com/binaryextensions@^4.13.0/edition-deno/index.ts' | ||
@@ -10,0 +10,0 @@ export interface EncodingOpts { |
# History | ||
## v5.10.0 2020 August 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.9.0 2020 August 4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Is Text or Binary?", | ||
"name": "istextorbinary", | ||
"version": "5.9.0", | ||
"version": "5.10.0-next.1597697549.8c89906d6dcba00d3bc619df2eb552c930667c66", | ||
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.", | ||
@@ -199,24 +199,24 @@ "homepage": "https://github.com/bevry/istextorbinary", | ||
"dependencies": { | ||
"binaryextensions": "^4.12.0", | ||
"editions": "^3.16.0", | ||
"textextensions": "^5.8.0" | ||
"binaryextensions": "^4.13.0", | ||
"editions": "^4.1.0", | ||
"textextensions": "^5.9.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"@bevry/update-contributors": "^1.15.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-bevry": "^3.19.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.9.0", | ||
"make-deno-edition": "^0.15.0", | ||
"kava": "^5.10.0", | ||
"make-deno-edition": "^1.0.0", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.12.0", | ||
"projectz": "^2.14.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.17.8", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^2.7.0", | ||
"valid-module": "^1.11.0" | ||
"valid-directory": "^3.0.0", | ||
"valid-module": "^1.12.0" | ||
}, | ||
@@ -223,0 +223,0 @@ "scripts": { |
@@ -95,10 +95,10 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/istextorbinary@^5.9.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/istextorbinary@^5.10.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
<a href="https://www.skypack.dev" title="Skypack is a JavaScript Delivery Network for modern web apps"><h3>Skypack</h3></a> | ||
``` html | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/istextorbinary/^5.9.0' | ||
import * as pkg from '//cdn.skypack.dev/istextorbinary@^5.10.0' | ||
</script> | ||
@@ -111,3 +111,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.9.0' | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.10.0' | ||
</script> | ||
@@ -120,3 +120,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.9.0' | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.10.0' | ||
</script> | ||
@@ -123,0 +123,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
70160
18
1
+ Addededitions@4.2.0(transitive)
- Removededitions@3.16.0(transitive)
Updatedbinaryextensions@^4.13.0
Updatededitions@^4.1.0
Updatedtextextensions@^5.9.0