Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

encoding-checker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encoding-checker

Tool to investigate files with different encoding than passed

  • 1.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
decreased by-59.02%
Maintainers
1
Weekly downloads
 
Created
Source

encoding-checker

npm version downloads count travis dependencies coveralls

:hammer: Tool to investigate files with different encoding than passed

Install

npm install -g encoding-checker

Usage

encoding-checker --help

  Usage: index [options]

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -d, --directory <d>        path to directory which will be analyze (default: ".")
    -i, --ignore-encoding <e>  name of encoding which will be ignore in results list

Examples

List of popular examples.

:arrow_right: Use case: All files in current directory

encoding-checker -d .

[binary] ./.DS_Store
[us-ascii] ./README.md
[us-ascii] ./.bin/index.js
[us-ascii] ./index.js
[us-ascii] ./package.json
[us-ascii] ./src/index.js
[us-ascii] ./test/unit/jasmine.json
[us-ascii] ./test/unit/specs/test.index.js
[us-ascii] ./wallaby.js
[us-ascii] ./yarn.lock

:arrow_right: Use case: All *.csv files in current directory

encoding-checker -d "*.csv"

License

The MIT License @ 2015

Keywords

FAQs

Package last updated on 30 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc