istextorbinary
Advanced tools
Comparing version 2.4.1 to 2.4.2
# History | ||
## v2.4.2 2019 January 21 | ||
- Added more keywords to `package.json` | ||
## v2.4.1 2019 January 21 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Is Text or Binary?", | ||
"name": "istextorbinary", | ||
"version": "2.4.1", | ||
"description": "Determine if a filename and/or buffer is a text file or binary file. Smarter detection than the other solutions.", | ||
"version": "2.4.2", | ||
"description": "Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.", | ||
"homepage": "https://github.com/bevry/istextorbinary", | ||
"license": "MIT", | ||
"keywords": [ | ||
"text", | ||
"bin", | ||
"binary", | ||
"check", | ||
"detect", | ||
"encoding", | ||
"istext", | ||
"ext", | ||
"extension", | ||
"extensions", | ||
"file", | ||
"is binary file", | ||
"is binary", | ||
"is text file", | ||
"is text or binary file", | ||
"is text or binary", | ||
"is text", | ||
"is", | ||
"isbinary", | ||
"is binary", | ||
"is text or binary", | ||
"is text or binary file", | ||
"isbinaryfile", | ||
"is binary file", | ||
"istext", | ||
"istextfile", | ||
"is text file" | ||
"path", | ||
"text" | ||
], | ||
@@ -23,0 +32,0 @@ "badges": { |
@@ -32,3 +32,3 @@ <!-- TITLE/ --> | ||
Determine if a filename and/or buffer is a text file or binary file. Smarter detection than the other solutions. | ||
Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. | ||
@@ -35,0 +35,0 @@ <!-- /DESCRIPTION --> |
42622