New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

encoding-checker

Package Overview
Dependencies
Maintainers
0
Versions
24
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.12 to 1.1.13

14

package.json
{
"name": "encoding-checker",
"description": "Tool to investigate files with different encoding than passed",
"version": "1.1.12",
"version": "1.1.13",
"license": "MIT",

@@ -15,7 +15,7 @@ "author": {

"test": "jasmine --reporter=jasmine-console-reporter src/*.spec.js",
"coverage": "nyc npm run test"
"coverage": "nyc npm run test && nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "git@github.com:piecioshka/encoding-checker.git"
"url": "git+ssh://git@github.com/piecioshka/encoding-checker.git"
},

@@ -42,3 +42,4 @@ "dependencies": {

"package.json",
"README.md"
"README.md",
"!**/*.spec.*"
],

@@ -57,5 +58,6 @@ "keywords": [

],
"preferGlobal": true,
"main": "./index.js",
"bin": "./bin/cli.js"
"bin": {
"encoding-checker": "bin/cli.js"
}
}

@@ -6,3 +6,3 @@ # encoding-checker

[![downloads count](https://img.shields.io/npm/dt/encoding-checker.svg)](https://www.npmjs.com/package/encoding-checker)
[![license](https://img.shields.io/npm/l/encoding-checker.svg)](https://www.npmjs.com/package/encoding-checker)
[![license](https://img.shields.io/npm/l/encoding-checker.svg)](https://piecioshka.mit-license.org)
[![github-ci](https://github.com/piecioshka/encoding-checker/actions/workflows/testing.yml/badge.svg)](https://github.com/piecioshka/encoding-checker/actions/workflows/testing.yml)

@@ -73,2 +73,2 @@

[The MIT License](http://piecioshka.mit-license.org) @ 2015
[The MIT License](https://piecioshka.mit-license.org) @ 2015
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