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 - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

23

package.json
{
"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
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