istextorbinary
Advanced tools
Comparing version 5.1.0-next.1591780611.ad9ec34941bc0f4c9282478facbc53dace687b8c to 5.2.0-next.1591797644.3a86c4a6cf60210e1e017c9fdca634a8580eaf72
# History | ||
## v5.2.0 2020 June 10 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.1.0 2020 June 10 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Is Text or Binary?", | ||
"name": "istextorbinary", | ||
"version": "5.1.0-next.1591780611.ad9ec34941bc0f4c9282478facbc53dace687b8c", | ||
"version": "5.2.0-next.1591797644.3a86c4a6cf60210e1e017c9fdca634a8580eaf72", | ||
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.", | ||
@@ -150,2 +150,16 @@ "homepage": "https://github.com/bevry/istextorbinary", | ||
} | ||
}, | ||
{ | ||
"description": "TypeScript source code made to be compatible with Deno", | ||
"directory": "edition-deno", | ||
"entry": "index.ts", | ||
"tags": [ | ||
"typescript", | ||
"import", | ||
"deno" | ||
], | ||
"engines": { | ||
"deno": true, | ||
"browsers": true | ||
} | ||
} | ||
@@ -158,25 +172,26 @@ ], | ||
"module": "edition-browsers/index.js", | ||
"deno": "edition-deno/index.ts", | ||
"dependencies": { | ||
"binaryextensions": "^4.1.0", | ||
"editions": "^3.4.0", | ||
"textextensions": "^5.1.0" | ||
"binaryextensions": "^4.2.0", | ||
"editions": "^3.5.0", | ||
"textextensions": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.8.0", | ||
"@bevry/update-contributors": "^1.9.0", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"assert-helpers": "^6.7.0", | ||
"assert-helpers": "^6.8.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-bevry": "^3.8.0", | ||
"eslint-config-bevry": "^3.9.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"kava": "^5.3.0", | ||
"make-deno-edition": "^0.1.2", | ||
"kava": "^5.4.0", | ||
"make-deno-edition": "^0.2.2", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.5.0", | ||
"projectz": "^2.6.0", | ||
"surge": "^0.21.3", | ||
"typedoc": "^0.17.7", | ||
"typescript": "^3.9.5", | ||
"valid-directory": "^2.2.0", | ||
"valid-module": "^1.3.0" | ||
"valid-directory": "^2.3.0", | ||
"valid-module": "^1.4.0" | ||
}, | ||
@@ -183,0 +198,0 @@ "scripts": { |
@@ -92,2 +92,8 @@ <!-- TITLE/ --> | ||
<a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative for Node.js"><h3>Deno</h3></a> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/istextorbinary@^5.2.0/edition-deno/index.ts' | ||
``` | ||
<a href="https://www.pika.dev/cdn" title="100% Native ES Modules CDN"><h3>pika</h3></a> | ||
@@ -97,3 +103,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/istextorbinary/^5.1.0' | ||
import * as pkg from '//cdn.pika.dev/istextorbinary/^5.2.0' | ||
</script> | ||
@@ -106,3 +112,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.1.0' | ||
import * as pkg from '//unpkg.com/istextorbinary@^5.2.0' | ||
</script> | ||
@@ -115,3 +121,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.1.0' | ||
import * as pkg from '//dev.jspm.io/istextorbinary@5.2.0' | ||
</script> | ||
@@ -128,3 +134,4 @@ ``` | ||
<li><code>istextorbinary/edition-es2019/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li> | ||
<li><code>istextorbinary/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li></ul> | ||
<li><code>istextorbinary/edition-browsers/index.js</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> compiled against <a href="https://en.wikipedia.org/wiki/ECMAScript#10th_Edition_-_ECMAScript_2019" title="ECMAScript ES2019">ES2019</a> for web browsers with <a href="https://babeljs.io/docs/learn-es2015/#modules" title="ECMAScript Modules">Import</a> for modules</li> | ||
<li><code>istextorbinary/edition-deno/index.ts</code> is <a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a> source code made to be compatible with <a href="https://deno.land" title="Deno is a secure runtime for JavaScript and TypeScript, it is an alternative to Node.js">Deno</a></li></ul> | ||
@@ -131,0 +138,0 @@ <!-- /INSTALL --> |
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
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
60750
14
643
210
Updatedbinaryextensions@^4.2.0
Updatededitions@^3.5.0
Updatedtextextensions@^5.2.0