encoding-checker
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "encoding-checker", | ||
"description": "Tool to investigate files with different encoding than passed", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"license": "MIT", | ||
@@ -14,4 +14,4 @@ "author": { | ||
"clear:all": "npm run clear && rm -rf node_modules/", | ||
"test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json", | ||
"coverage": "istanbul cover jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json", | ||
"test": "jasmine --reporter=jasmine-console-reporter JASMINE_CONFIG_PATH=test/unit/jasmine.json", | ||
"coverage": "nyc npm run test", | ||
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls -v" | ||
@@ -24,12 +24,13 @@ }, | ||
"dependencies": { | ||
"colors": "^1.3.3", | ||
"glob": "^7.1.4", | ||
"glob-promise": "^3.4.0", | ||
"jschardet": "^2.1.0", | ||
"yargs": "^14.0.0" | ||
"colors": "^1.4.0", | ||
"glob": "^7.2.0", | ||
"glob-promise": "^4.2.2", | ||
"jschardet": "^3.0.0", | ||
"yargs": "^17.3.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.6", | ||
"istanbul": "^0.4.4", | ||
"jasmine": "^3.4.0" | ||
"coveralls": "^3.1.1", | ||
"jasmine": "^4.0.2", | ||
"jasmine-console-reporter": "^3.1.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "files": [ |
@@ -5,7 +5,6 @@ # encoding-checker | ||
[![downloads count](https://img.shields.io/npm/dt/encoding-checker.svg)](https://www.npmjs.com/~piecioshka) | ||
[![travis](https://img.shields.io/travis/piecioshka/encoding-checker.svg?maxAge=2592000)](https://travis-ci.org/piecioshka/encoding-checker) | ||
[![dependencies](https://david-dm.org/piecioshka/encoding-checker.svg)](https://github.com/piecioshka/encoding-checker) | ||
[![travis-ci](https://api.travis-ci.com/piecioshka/encoding-checker.svg?branch=master)](https://app.travis-ci.com/github/piecioshka/encoding-checker) | ||
[![coveralls](https://coveralls.io/repos/github/piecioshka/encoding-checker/badge.svg?branch=master)](https://coveralls.io/github/piecioshka/encoding-checker?branch=master) | ||
:hammer: Tool to investigate files with different encoding than passed | ||
🛠 Tool to investigate files with different encoding than passed | ||
@@ -57,2 +56,3 @@ ## Install | ||
encoding-checker -p "**" | ||
encoding-checker -p "../**" | ||
``` | ||
@@ -75,3 +75,3 @@ | ||
* Linux | ||
* macOS | ||
* macOS _(there is a problem on Travis, but it works on my local machine)_ | ||
* Microsoft Windows | ||
@@ -81,2 +81,2 @@ | ||
[The MIT License](http://piecioshka.mit-license.org) @ 2015-2019 | ||
[The MIT License](http://piecioshka.mit-license.org) @ 2015-2022 |
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
7087
4
+ Added@types/glob@7.2.0(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedcliui@8.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedglob-promise@4.2.2(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjschardet@3.1.4(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removed@types/glob@8.1.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcliui@5.0.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedfind-up@3.0.0(transitive)
- Removedglob-promise@3.4.0(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedjschardet@2.3.0(transitive)
- Removedlocate-path@3.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@3.0.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedstring-width@3.1.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@5.1.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@14.2.3(transitive)
- Removedyargs-parser@15.0.3(transitive)
Updatedcolors@^1.4.0
Updatedglob@^7.2.0
Updatedglob-promise@^4.2.2
Updatedjschardet@^3.0.0
Updatedyargs@^17.3.1