encoding-checker
Advanced tools
Comparing version 1.1.15 to 1.1.16
{ | ||
"name": "encoding-checker", | ||
"description": "Tool to investigate files with different encoding than passed", | ||
"version": "1.1.15", | ||
"description": "🔨 Tool to investigate files with different encoding than passed", | ||
"version": "1.1.16", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -9,3 +9,3 @@ # encoding-checker | ||
🛠 Tool to investigate files with different encoding than passed | ||
🔨 Tool to investigate files with different encoding than passed | ||
@@ -33,3 +33,3 @@ ## Install | ||
### :arrow_right: Use case: All files in the current directory | ||
### ➡️ Use case: All files in the current directory | ||
@@ -47,3 +47,3 @@ ```bash | ||
### :arrow_right: Use case: All *.md files in current directory | ||
### ➡️ Use case: All *.md files in current directory | ||
@@ -54,3 +54,3 @@ ```bash | ||
### :arrow_right: Use case: Recursive directory | ||
### ➡️ Use case: Recursive directory | ||
@@ -62,3 +62,3 @@ ```bash | ||
### :arrow_right: Use case: Ignore all files with encoding "ascii" | ||
### ➡️ Use case: Ignore all files with encoding "ascii" | ||
@@ -69,3 +69,3 @@ ```bash | ||
### :arrow_right: Use case: Append number of results | ||
### ➡️ Use case: Append number of results | ||
@@ -72,0 +72,0 @@ ```bash |
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
6852