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

editorconfig-checker

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editorconfig-checker - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

12

CHANGELOG.md

@@ -11,5 +11,15 @@ # Changelog

### Misc
## [3.0.0] - 2019-08-18
!!!BREAKING
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.0
### Misc
* update some minor versions
## [2.2.0] - 2019-08-06
see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.3.0
### Misc
* update to node v12
## [2.1.1] - 2019-07-06

@@ -16,0 +26,0 @@ see: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/1.2.1

2

dist/index.js

@@ -43,3 +43,3 @@ #!/usr/bin/env node

var utils_1 = require("./utils");
var CORE_VERSION = "1.3.0";
var CORE_VERSION = "2.0.0";
var execute = function () {

@@ -46,0 +46,0 @@ var ecProcess = child_process_1.spawn("" + utils_1.binary(), process.argv.slice(2));

{
"name": "editorconfig-checker",
"version": "2.2.0",
"version": "3.0.0",
"description": "A tool to verify that your files are in harmony with your .editorconfig",

@@ -40,12 +40,12 @@ "main": "src/index.js",

"request": "^2.88.0",
"tar": "^4.4.8"
"tar": "^4.4.10"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/request": "^2.48.1",
"prettier": "^1.16.4",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
"@types/node": "^12.7.1",
"@types/request": "^2.48.2",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
}
}

@@ -68,16 +68,31 @@ # editorconfig-checker

USAGE:
-e string
-config string
config
-debug
print debugging information
-disable-end-of-line
disables the trailing whitespace check
-disable-indentation
disables the indentation check
-disable-insert-final-newline
disables the final newline check
-disable-trim-trailing-whitespace
disables the trailing whitespace check
-dry-run
show which files would be checked
-exclude string
a regex which files should be excluded from checking - needs to be a valid regular expression
-exclude string
a regex which files should be excluded from checking - needs to be a valid regular expression
-h print the help
-help
-h print the help
-help
print the help
-i ignore default excludes
-ignore
-ignore-defaults
ignore default excludes
-v print debugging information
-verbose
-init
creates an initial configuration
-no-color
dont print colors
-v print debugging information
-verbose
print debugging information
-version
-version
print the version number

@@ -84,0 +99,0 @@ ```

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